mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-01-31 18:56:04 +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 storage.connect(host).increaseStake(stakeAmount - 1)
|
||||
let requestHash = hashRequest(request)
|
||||
|
Loading…
x
Reference in New Issue
Block a user