Skip to content

Commit 7ba26d3

Browse files
chore: fix import
1 parent 944e4b1 commit 7ba26d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/crud/misc_cursors.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ const sinon = require('sinon');
1010
const { Writable } = require('stream');
1111
const { once, on } = require('events');
1212
const { setTimeout } = require('timers');
13-
const { ReadPreference } = require('../../mongodb');
13+
const { ReadPreference, MongoExpiredSessionError } = require('../../mongodb');
1414
const { ServerType } = require('../../mongodb');
1515
const { formatSort } = require('../../mongodb');
1616
const { getSymbolFrom } = require('../../tools/utils');
17-
const { MongoExpiredSessionError } = require('../../../src/error');
1817

1918
describe('Cursor', function () {
2019
before(function () {

0 commit comments

Comments
 (0)