diff --git a/solidity/test/bridge/WalletCoordinator.test.ts b/solidity/test/bridge/WalletCoordinator.test.ts index 591133ad7..3e4bf96a6 100644 --- a/solidity/test/bridge/WalletCoordinator.test.ts +++ b/solidity/test/bridge/WalletCoordinator.test.ts @@ -2019,7 +2019,7 @@ describe("WalletCoordinator", () => { await restoreSnapshot() }) - it("should succeed", async () => { + it("should revert", async () => { const proposal = { walletPubKeyHash, depositsKeys: [ @@ -2323,7 +2323,7 @@ describe("WalletCoordinator", () => { await restoreSnapshot() }) - it("should time lock the wallet", async () => { + it("should time-lock the wallet", async () => { const lockedUntil = (await lastBlockTime()) + (await walletCoordinator.redemptionProposalValidity())