mirror of
https://github.com/logos-storage/logos-storage-network-crawler.git
synced 2026-01-02 13:33:08 +00:00
fixes tests
This commit is contained in:
parent
6514e32919
commit
1b7137a75e
@ -15,7 +15,7 @@ proc checkAllUnsubscribed*(s: MockState) =
|
||||
s.events.dhtNodeCheck.listeners == 0
|
||||
s.events.nodesToRevisit.listeners == 0
|
||||
|
||||
method whileRunning*(s: MockState, step: OnStep, delay: Duration) {.async: (raises: [CancelledError]).} =
|
||||
method whileRunning*(s: MockState, step: OnStep, delay: Duration) {.async: (raises: []).} =
|
||||
s.steppers.add(step)
|
||||
s.delays.add(delay)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user