From c18119548711b104c7e76dd09fc798139dc42913 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 22 Feb 2022 09:55:44 +0100 Subject: [PATCH] Temporarily disable test --- test/Storage.test.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/Storage.test.js b/test/Storage.test.js index 0995185..cdb91c7 100644 --- a/test/Storage.test.js +++ b/test/Storage.test.js @@ -84,6 +84,12 @@ describe("Storage", function () { } } + // it("unlocks the host collateral", async function () { + // await mineUntilEnd() + // await storage.finishContract(id) + // await expect(storage.withdraw()).not.to.be.reverted + // }) + it("pays the host", async function () { await mineUntilEnd() const startBalance = await token.balanceOf(host.address)