mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 09:13:23 +00:00
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:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user