Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 97943a2

Browse files
committed
chore: clean up linting issues introduced by SDAM backport
1 parent 0d3c32c commit 97943a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/sdam/monitoring.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict';
22

33
const ServerDescription = require('./server_description').ServerDescription;
4-
const ServerType = require('./server_description').ServerType;
54
const calculateDurationInMs = require('../utils').calculateDurationInMs;
65

76
/**

test/tests/functional/server_tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ describe('Server tests', function() {
10441044
let err;
10451045
try {
10461046
expect(error).to.be.an.instanceOf(Error);
1047-
expect(error.message).to.match(/but this version of the Node.js Driver requires/)
1047+
expect(error.message).to.match(/but this version of the Node.js Driver requires/);
10481048
} catch (e) {
10491049
err = e;
10501050
}

0 commit comments

Comments
 (0)