Skip to content

Commit 2862e8f

Browse files
committed
fix
1 parent d522a1f commit 2862e8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/integration/node-specific/auto_connect.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ describe('When executing an operation for the first time', () => {
227227
.createCollection('auto-connect')
228228
.catch(() => null);
229229

230+
changeCausingCollection = changeCausingClient
231+
.db('auto-connect-change')
232+
.collection('auto-connect');
233+
230234
collection = client.db('auto-connect-change').collection('auto-connect');
231235
cs = collection.watch();
232236

0 commit comments

Comments
 (0)