Temporarily disable test

This commit is contained in:
Mark Spanbroek 2022-02-22 09:55:44 +01:00 committed by markspanbroek
parent e818d70b85
commit c181195487
1 changed files with 6 additions and 0 deletions

View File

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