marketplace: fix test

Co-Authored-By: Adam Uhlíř <adam@uhlir.dev>
This commit is contained in:
Mark Spanbroek 2025-06-11 17:00:24 +02:00
parent 075d97e5da
commit cd8b6572f3

View File

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