mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-05 23:23:08 +00:00
Remove extra dot in test label
This commit is contained in:
parent
9c8097db3c
commit
400099e9f7
@ -24,7 +24,7 @@ suite "Websocket re-subscriptions":
|
|||||||
await subscriptions.close()
|
await subscriptions.close()
|
||||||
await client.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 filter = EventFilter(address: Address.example, topics: @[array[32, byte].example])
|
||||||
let emptyHandler = proc(log: ?!Log) = discard
|
let emptyHandler = proc(log: ?!Log) = discard
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user