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
|
request.expiry = (clock.now() + 42).u256
|
||||||
|
|
||||||
teardown:
|
teardown:
|
||||||
await repo.stop()
|
|
||||||
await sales.stop()
|
await sales.stop()
|
||||||
|
await repo.stop()
|
||||||
|
|
||||||
proc getAvailability: ?!Availability =
|
proc getAvailability: ?!Availability =
|
||||||
waitFor reservations.get(availability.id)
|
waitFor reservations.get(availability.id)
|
||||||
|
|
Loading…
Reference in New Issue