Skip to content

Commit 36af5f7

Browse files
fix: import in change stream unit tests
1 parent 7cdb01c commit 36af5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/change_stream.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Long, Timestamp } from 'bson';
22
import { expect } from 'chai';
33
import * as sinon from 'sinon';
44

5-
import { ChangeStreamCursor } from '../../src/change_stream';
5+
import { ChangeStreamCursor } from '../../src/cursor/change_stream_cursor';
66
import { MongoClient } from '../../src/mongo_client';
77
import { MongoDBNamespace } from '../../src/utils';
88

0 commit comments

Comments
 (0)