mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-17 15:27:28 +00:00
try shutting down repo after sales stop?
This commit is contained in:
parent
7227a4a38d
commit
c47a2a7a81
@ -73,8 +73,8 @@ asyncchecksuite "Sales":
|
||||
request.expiry = (clock.now() + 42).u256
|
||||
|
||||
teardown:
|
||||
await repo.stop()
|
||||
await sales.stop()
|
||||
await repo.stop()
|
||||
|
||||
proc getAvailability: ?!Availability =
|
||||
waitFor reservations.get(availability.id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user