Skip to content

Commit 2bed985

Browse files
committed
fix test
1 parent 024c4ca commit 2bed985

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/replay/test/integration/flush.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ describe('Integration | flush', () => {
182182
});
183183

184184
// Add this to test that segment ID increases
185-
mockAddPerformanceEntries.mockImplementationOnce(() => {
185+
mockAddPerformanceEntries.mockImplementationOnce(() =>
186186
createPerformanceSpans(
187187
replay,
188188
createPerformanceEntries([
@@ -211,8 +211,8 @@ describe('Integration | flush', () => {
211211
serverTiming: [],
212212
} as unknown as PerformanceResourceTiming,
213213
]),
214-
);
215-
});
214+
),
215+
);
216216
// flush #5 @ t=25s - debounced flush calls `flush`
217217
// 20s + `flushMinDelay` which is 5 seconds
218218
await advanceTimers(DEFAULT_FLUSH_MIN_DELAY);

0 commit comments

Comments
 (0)