Skip to content

Commit 623cac8

Browse files
committed
fix replay test
1 parent 95df052 commit 623cac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('Unit | util | prepareReplayEvent', () => {
8282
name: 'sentry.javascript.testSdk',
8383
version: '1.0.0',
8484
},
85-
sdkProcessingMetadata: {},
85+
sdkProcessingMetadata: expect.any(Object),
8686
breadcrumbs: undefined,
8787
});
8888
});

0 commit comments

Comments
 (0)