Skip to content

Commit da77595

Browse files
committed
lint
1 parent 216517f commit da77595

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -761,8 +761,6 @@ it('sends a replay after loading the session from storage', async () => {
761761
// after an error occurs (e.g. when we switch to session replay recording)
762762
expect(replay).toHaveLastSentReplay({
763763
recordingPayloadHeader: { segment_id: 1 },
764-
recordingData: JSON.stringify([
765-
{ data: { isCheckout: true }, timestamp: BASE_TIMESTAMP + 40, type: 2 },
766-
]),
764+
recordingData: JSON.stringify([{ data: { isCheckout: true }, timestamp: BASE_TIMESTAMP + 40, type: 2 }]),
767765
});
768766
});

0 commit comments

Comments
 (0)