Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Oct 28, 2024
1 parent f484add commit 16d7435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/vault/oethb-vault.base.fork-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ describe("ForkTest: OETHb Vault", function () {
await oethbVault.connect(governor).setWithdrawalClaimDelay(
15 * 24 * 60 * 60 // 7d
);
expect(await oethbVault.withdrawalClaimDelay()).to.eq(7 * 24 * 60 * 60);
expect(await oethbVault.withdrawalClaimDelay()).to.eq(15 * 24 * 60 * 60);

// below lower bound
let tx = oethbVault.connect(governor).setWithdrawalClaimDelay(
Expand Down

0 comments on commit 16d7435

Please sign in to comment.