try shutting down repo after sales stop?

This commit is contained in:
Jaremy Creechley 2023-07-18 18:37:25 -07:00
parent 7227a4a38d
commit c47a2a7a81
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 1 additions and 1 deletions

View File

@ -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)