Skip to content

Commit e51d36c

Browse files
committed
fix test and lint error
1 parent b3fe29b commit e51d36c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/replay/test/unit/util/createReplayEnvelope.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { Event } from '@sentry/types';
2+
23
import { createReplayEnvelope } from '../../../src/util/createReplayEnvelope';
34

45
describe('createReplayEnvelope', () => {
@@ -34,7 +35,7 @@ describe('createReplayEnvelope', () => {
3435
{
3536
event_id: '1234',
3637
sdk: { name: 'sentry.javascript.browser', version: '7.25.0' },
37-
sent_at: '2022-12-13T13:29:36.439Z',
38+
sent_at: expect.any(String),
3839
},
3940
[
4041
[

0 commit comments

Comments
 (0)