mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-05 07:03:14 +00:00
chore: fix warning
This commit is contained in:
parent
30871c7b1d
commit
5ddcddbd88
@ -211,7 +211,7 @@ suite "HTTP polling subscriptions - mock tests":
|
||||
if log.isErr:
|
||||
failedResultReceived = true
|
||||
|
||||
let id = await subscriptions.subscribeLogs(filter, handler)
|
||||
discard await subscriptions.subscribeLogs(filter, handler)
|
||||
|
||||
await sleepAsync(50.milliseconds)
|
||||
mockServer.nextGetChangesReturnsError = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user