Skip to content

Commit 1c45239

Browse files
committed
fix lint
1 parent 27f00ed commit 1c45239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/test/integration/coreHandlers/handleAfterSendEvent.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import { UNABLE_TO_SEND_REPLAY } from '../../../src/constants';
55
import { handleAfterSendEvent } from '../../../src/coreHandlers/handleAfterSendEvent';
66
import type { ReplayContainer } from '../../../src/replay';
77
import { Error } from '../../fixtures/error';
8+
import { Transaction } from '../../fixtures/transaction';
89
import { resetSdkMock } from '../../mocks/resetSdkMock';
910
import { useFakeTimers } from '../../utils/use-fake-timers';
10-
import { Transaction } from '../../fixtures/transaction';
1111

1212
useFakeTimers();
1313
let replay: ReplayContainer;

0 commit comments

Comments
 (0)