Skip to content

Commit 49b5a37

Browse files
committed
test(NODE-6858): fix lint
1 parent 9fc2da2 commit 49b5a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/change-streams/change_stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { strict as assert } from 'assert';
2+
import { UUID } from 'bson';
23
import { expect } from 'chai';
34
import { on, once } from 'events';
45
import { gte, lt } from 'semver';
@@ -27,7 +28,6 @@ import * as mock from '../../tools/mongodb-mock/index';
2728
import { TestBuilder, UnifiedTestSuiteBuilder } from '../../tools/unified_suite_builder';
2829
import { type FailCommandFailPoint, sleep } from '../../tools/utils';
2930
import { delay, filterForCommands } from '../shared';
30-
import { UUID } from 'bson';
3131

3232
const initIteratorMode = async (cs: ChangeStream) => {
3333
const initEvent = once(cs.cursor, 'init');

0 commit comments

Comments
 (0)