fix: remove comma from Kotlin Native test name in LnZapRequestAnonTagTest

Kotlin/Native (iOS) disallows commas in backtick-quoted function names,
which broke the iosSimulatorArm64MainKlibrary task.
This commit is contained in:
Claude
2026-06-13 15:44:52 +00:00
parent 956d5d6fb5
commit 1f8ab1387a
@@ -113,7 +113,7 @@ class LnZapRequestAnonTagTest {
}
@Test
fun `private zap request has anon tag, is private, and hides the sender key`() =
fun `private zap request has anon tag and is private and hides the sender key`() =
runTest {
val zapRequest = request(LnZapEvent.ZapType.PRIVATE)