From 7bb949a5cce475e6d679274a73bf93420b280456 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 3 Nov 2021 17:20:33 +0100 Subject: [PATCH] Wording --- test/Storage.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Storage.test.js b/test/Storage.test.js index b8cf98e..4f26f8a 100644 --- a/test/Storage.test.js +++ b/test/Storage.test.js @@ -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)