Skip to content

Commit d778a0d

Browse files
committed
proper unmock
1 parent d793462 commit d778a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay-internal/test/integration/errorSampleRate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ describe('Integration | errorSampleRate', () => {
228228
},
229229
]),
230230
});
231-
vi.clearAllMocks();
231+
vi.unmock('../../src/session/fetchSession');
232232
await waitForFlush();
233233
});
234234

0 commit comments

Comments
 (0)