Skip to content

Commit e60a42b

Browse files
requested changes: additional expectation
1 parent 8fd53a4 commit e60a42b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ describe.skip('MongoClient.close() Integration', () => {
290290
const encryptedClient = new MongoClient(uri, encryptionOptions);
291291
await encryptedClient.connect();
292292

293+
expect(process.getActiveResourcesInfo()).to.not.include('FSReqPromise');
294+
293295
const insertPromise = encryptedClient
294296
.db('db')
295297
.collection('coll')

0 commit comments

Comments
 (0)