Skip to content

Commit cb2c0c9

Browse files
remove load call
1 parent 779ce85 commit cb2c0c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/manual/resource_management.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import { expect } from 'chai';
22
import * as sinon from 'sinon';
33

4-
import { AbstractCursor, ChangeStream, ClientSession, load, MongoClient } from '../mongodb';
4+
import { AbstractCursor, ChangeStream, ClientSession, MongoClient } from '../mongodb';
55

66
describe('Explicit Resource Management Tests', function () {
77
let client: MongoClient;
88

9-
before(load);
10-
119
afterEach(async function () {
1210
await client?.close();
1311
});

0 commit comments

Comments
 (0)