Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed Apr 12, 2024
1 parent d4bb834 commit 999bb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/modules/edge-api-sdk/tests/sentry.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('sentry logger transport', () => {
{
level: 'critical',
message: 'the error message',
timestamp: new Date(1),
timestamp: new Date(1000),
error: new Error('oh no'),
},
])
Expand All @@ -118,7 +118,7 @@ describe('sentry logger transport', () => {
{
level: 'critical',
message: 'the error message',
timestamp: new Date(1),
timestamp: new Date(1000),
error: new Error('oh no'),
},
])
Expand Down

0 comments on commit 999bb80

Please sign in to comment.