Skip to content

Commit 957f6ec

Browse files
markspanbroekAuHau
andcommitted
vault: rephrase
Co-Authored-By: Adam Uhlíř <[email protected]>
1 parent 31eacf8 commit 957f6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Vault.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ describe("Vault", function () {
122122
await expect(extending).to.be.revertedWith("InvalidExpiry")
123123
})
124124

125-
it("cannot move expiry forward", async function () {
125+
it("cannot move expiry to an earlier time", async function () {
126126
const extending = vault.extendLock(fund, expiry - 1)
127127
await expect(extending).to.be.revertedWith("InvalidExpiry")
128128
})

0 commit comments

Comments
 (0)