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)