mirror of
https://github.com/status-im/dagger-contracts.git
synced 2025-01-21 03:49:10 +00:00
Wording
This commit is contained in:
parent
b865d0f4c9
commit
7bb949a5cc
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user