Skip to content

Commit

Permalink
Fix test for import time to expect any number
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Aug 26, 2024
1 parent 20094af commit aa886d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/migrations/105.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function expectedInternalAccount(
type: 'HD Key Tree',
},
lastSelected: lastSelected ? expect.any(Number) : undefined,
importTime: Date.now(),
importTime: expect.any(Number),
},
options: {},
methods: ETH_EOA_METHODS,
Expand Down

0 comments on commit aa886d6

Please sign in to comment.