Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook committed Nov 20, 2023
1 parent d89f41e commit debf834
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/hooks/__tests__/useLoadRecovery.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ describe('useLoadRecovery', () => {
txNonce,
queueNonce,
queue: [
{
...transactionsAdded[0],
timestamp: 69,
validFrom: BigNumber.from(69).add(txCooldown),
expiresAt: null,
},
{
...transactionsAdded[1],
timestamp: 420,
Expand Down

0 comments on commit debf834

Please sign in to comment.