Skip to content

Commit

Permalink
Minor fixes regarding test names
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Jun 16, 2023
1 parent d668d5c commit 41476d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solidity/test/bridge/WalletCoordinator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,7 @@ describe("WalletCoordinator", () => {
await restoreSnapshot()
})

it("should succeed", async () => {
it("should revert", async () => {
const proposal = {
walletPubKeyHash,
depositsKeys: [
Expand Down Expand Up @@ -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())
Expand Down

0 comments on commit 41476d2

Please sign in to comment.