This commit is contained in:
Mark Spanbroek 2021-11-03 17:20:33 +01:00
parent b865d0f4c9
commit 7bb949a5cc
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ describe("Storage", function () {
}) })
}) })
it("doesn't create contract when insufficient stake", async function () { it("doesn't create contract with insufficient stake", async function () {
await token.approve(storage.address, stakeAmount - 1) await token.approve(storage.address, stakeAmount - 1)
await storage.connect(host).increaseStake(stakeAmount - 1) await storage.connect(host).increaseStake(stakeAmount - 1)
let requestHash = hashRequest(request) let requestHash = hashRequest(request)