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

Commit 8172137

Browse files
malexandertmbroadst
authored andcommitted
fix(pool_tests): remove .only
NODE-1096
1 parent 6068386 commit 8172137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/functional/pool_tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var expect = require('chai').expect,
88
Query = require('../../../lib/connection/commands').Query,
99
Bson = require('bson');
1010

11-
describe.only('Pool tests', function() {
11+
describe('Pool tests', function() {
1212
it('should correctly connect pool to single server', {
1313
metadata: { requires: { topology: 'single' } },
1414

0 commit comments

Comments
 (0)