Skip to content

Commit ee8b138

Browse files
committed
fix lint
1 parent e981281 commit ee8b138

File tree

2 files changed

+2
-2
lines changed
  • packages
    • browser-integration-tests/suites/replay/minReplayDuration
    • replay/test/integration

2 files changed

+2
-2
lines changed

packages/browser-integration-tests/suites/replay/minReplayDuration/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { getReplayEvent, shouldSkipReplayTest, waitForReplayRequest } from '../.
66

77
const MIN_DURATION = 2000;
88

9-
sentryTest('doest not send replay before min. duration', async ({ getLocalTestPath, page, forceFlushReplay }) => {
9+
sentryTest('doest not send replay before min. duration', async ({ getLocalTestPath, page }) => {
1010
if (shouldSkipReplayTest()) {
1111
sentryTest.skip();
1212
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as SentryUtils from '@sentry/utils';
22

3-
import { DEFAULT_FLUSH_MIN_DELAY, MAX_SESSION_LIFE, WINDOW } from '../../src/constants';
3+
import { DEFAULT_FLUSH_MIN_DELAY, WINDOW } from '../../src/constants';
44
import type { ReplayContainer } from '../../src/replay';
55
import { clearSession } from '../../src/session/clearSession';
66
import type { EventBuffer } from '../../src/types';

0 commit comments

Comments
 (0)