From cd8b6572f3a114a6fcb003161c660bf594691541 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 11 Jun 2025 17:00:24 +0200 Subject: [PATCH] marketplace: fix test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Adam Uhlíř --- test/Marketplace.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Marketplace.test.js b/test/Marketplace.test.js index da5613e..8a9ca49 100644 --- a/test/Marketplace.test.js +++ b/test/Marketplace.test.js @@ -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" )