Skip to content

Commit

Permalink
Update test/beacon/Voucher.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jérémy James Toussaint <[email protected]>
  • Loading branch information
gfournieriExec and jeremyjams authored Apr 30, 2024
1 parent 99968d0 commit e932f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/beacon/Voucher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ describe('Voucher', function () {
});

it('Should not match orders boost when voucher is expired', async () => {
const expirationDate = (await voucher.getExpiration()) + BigInt(10);
const expirationDate = (await voucher.getExpiration())
await time.setNextBlockTimestamp(expirationDate);
await expect(
voucherWithOwnerSigner.matchOrdersBoost(
Expand Down

0 comments on commit e932f3f

Please sign in to comment.