Skip to content

Commit ddc7f9a

Browse files
lint fix from rebase
1 parent 13f31f1 commit ddc7f9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,8 @@ describe('class MongoClient', function () {
820820
await client.close();
821821

822822
expect(client.topology).to.be.undefined;
823+
});
824+
});
823825

824826
describe('active cursors', function () {
825827
let collection: Collection<{ _id: number }>;

0 commit comments

Comments
 (0)