From 1f8ab1387aad40347b4113dc5b53fc32d6734bb0 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 13 Jun 2026 15:44:52 +0000 Subject: [PATCH] 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. --- .../vitorpamplona/quartz/nip57Zaps/LnZapRequestAnonTagTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/src/commonTest/kotlin/com/vitorpamplona/quartz/nip57Zaps/LnZapRequestAnonTagTest.kt b/quartz/src/commonTest/kotlin/com/vitorpamplona/quartz/nip57Zaps/LnZapRequestAnonTagTest.kt index 3de89a1d2d..e22a2030d5 100644 --- a/quartz/src/commonTest/kotlin/com/vitorpamplona/quartz/nip57Zaps/LnZapRequestAnonTagTest.kt +++ b/quartz/src/commonTest/kotlin/com/vitorpamplona/quartz/nip57Zaps/LnZapRequestAnonTagTest.kt @@ -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)