We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611be8d commit a6f6da0Copy full SHA for a6f6da0
test/unit/cmap/connection_pool.test.js
@@ -41,9 +41,7 @@ function closePool(pool) {
41
describe('Connection Pool', function() {
42
let server;
43
after(() => mock.cleanup());
44
- before(() => {
45
- mock.createServer().then(s => (server = s));
46
- });
+ before(() => mock.createServer().then(s => (server = s)));
47
48
it('should destroy connections which have been closed', function(done) {
49
server.setMessageHandler(request => {
0 commit comments