mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-23 07:23:07 +00:00
marketplace: fix test
Co-Authored-By: Adam Uhlíř <adam@uhlir.dev>
This commit is contained in:
parent
075d97e5da
commit
cd8b6572f3
@ -838,6 +838,7 @@ describe("Marketplace", function () {
|
||||
it("rejects withdraw for failed request before request end", async function () {
|
||||
await waitUntilStarted(marketplace, request, proof, token)
|
||||
await waitUntilFailed(marketplace, request)
|
||||
switchAccount(client)
|
||||
await expect(marketplace.withdrawFunds(slot.request)).to.be.revertedWith(
|
||||
"VaultFundNotUnlocked"
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user