mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-05 15:13:10 +00:00
Fix nim syntax
This commit is contained in:
parent
2eae74c091
commit
a1d0d42140
@ -51,7 +51,7 @@ suite "Websocket re-subscriptions":
|
||||
await sleepAsync((resubscribeInterval + 1).seconds)
|
||||
|
||||
# The previous subscription should not be in the log filters
|
||||
check not (id in subscriptions.logFilters)
|
||||
check id notin subscriptions.logFilters
|
||||
|
||||
# There is still one subscription which is the new one
|
||||
check subscriptions.logFilters.len == 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user