Skip to content

Commit 6b5a8c8

Browse files
Lms24billyvg
andauthored
Update packages/replay/test/mocks/mockSdk.ts
Co-authored-by: Billy Vong <[email protected]>
1 parent 38e1097 commit 6b5a8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/test/mocks/mockSdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export async function mockSdk({ replayOptions, sentryOptions, autoStart = true }
7575
integrations: [replayIntegration],
7676
});
7777

78-
// Instead of `setupOnce`, which is tricky to test, we call this manually here)
78+
// Instead of `setupOnce`, which is tricky to test, we call this manually here
7979
replayIntegration['_setup']();
8080

8181
if (autoStart) {

0 commit comments

Comments
 (0)