We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31eacf8 commit 957f6ecCopy full SHA for 957f6ec
test/Vault.tests.js
@@ -122,7 +122,7 @@ describe("Vault", function () {
122
await expect(extending).to.be.revertedWith("InvalidExpiry")
123
})
124
125
- it("cannot move expiry forward", async function () {
+ it("cannot move expiry to an earlier time", async function () {
126
const extending = vault.extendLock(fund, expiry - 1)
127
128
0 commit comments