Skip to content

Commit 0d71ec5

Browse files
committed
wip
1 parent 03cbd70 commit 0d71ec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/crud/misc_cursors.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,9 +1873,9 @@ describe('Cursor', function () {
18731873

18741874
const error = await rejectedEarlyBecauseClientClosed;
18751875
if (this.configuration.topologyType === 'LoadBalanced') {
1876-
expect(error).to.be.null;
1877-
} else {
18781876
expect(error).to.be.instanceOf(ConnectionPoolClosedError);
1877+
} else {
1878+
expect(error).to.be.null;
18791879
}
18801880
});
18811881

0 commit comments

Comments
 (0)