Skip to content

Commit

Permalink
fix: broken timestamp test (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Oct 6, 2023
1 parent 9f6f304 commit 5789147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('slotsUpdatesNotifications', () => {
'value',
expect.objectContaining({
slot: expect.any(BigInt),
timestamp: expect.any(Number),
timestamp: expect.any(BigInt),
type: expect.any(String),
})
);
Expand Down

0 comments on commit 5789147

Please sign in to comment.