Remove extra dot in test label

This commit is contained in:
Arnaud 2025-03-27 09:23:20 +01:00
parent 9c8097db3c
commit 400099e9f7
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -24,7 +24,7 @@ suite "Websocket re-subscriptions":
await subscriptions.close()
await client.close()
test "unsubscribing from a log filter while subscriptions are being resubscribed does not cause a concurrency error.":
test "unsubscribing from a log filter while subscriptions are being resubscribed does not cause a concurrency error":
let filter = EventFilter(address: Address.example, topics: @[array[32, byte].example])
let emptyHandler = proc(log: ?!Log) = discard