mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-02-19 20:43:09 +00:00
marketplace: fix more flaky tests
This commit is contained in:
parent
69e97bd21d
commit
e4ff7b6c78
@ -696,7 +696,7 @@ describe("Marketplace", function () {
|
||||
).toNumber()
|
||||
|
||||
await marketplace.reserveSlot(slot.request, slot.index)
|
||||
await advanceTimeTo(filledAt)
|
||||
await setNextBlockTimestamp(filledAt)
|
||||
await marketplace.fillSlot(slot.request, slot.index, proof)
|
||||
await waitUntilCancelled(marketplace, request)
|
||||
await marketplace.freeSlot(slotId(slot))
|
||||
@ -717,7 +717,7 @@ describe("Marketplace", function () {
|
||||
).toNumber()
|
||||
|
||||
await marketplace.reserveSlot(slot.request, slot.index)
|
||||
await advanceTimeTo(filledAt)
|
||||
await setNextBlockTimestamp(filledAt)
|
||||
await marketplace.fillSlot(slot.request, slot.index, proof)
|
||||
await waitUntilCancelled(marketplace, request)
|
||||
const startBalanceHost = await token.balanceOf(host.address)
|
||||
@ -1009,7 +1009,7 @@ describe("Marketplace", function () {
|
||||
).toNumber()
|
||||
|
||||
await marketplace.reserveSlot(slot.request, slot.index)
|
||||
await advanceTimeTo(filledAt)
|
||||
await setNextBlockTimestamp(filledAt)
|
||||
await marketplace.fillSlot(slot.request, slot.index, proof)
|
||||
await waitUntilCancelled(marketplace, request)
|
||||
const expectedPartialhostRewardRecipient =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user