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

Commit

Permalink
fix(pool_tests): remove .only
Browse files Browse the repository at this point in the history
NODE-1096
  • Loading branch information
malexandert authored and mbroadst committed Aug 18, 2017
1 parent 6068386 commit 8172137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/functional/pool_tests.js
Expand Up @@ -8,7 +8,7 @@ var expect = require('chai').expect,
Query = require('../../../lib/connection/commands').Query,
Bson = require('bson');

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

Expand Down

0 comments on commit 8172137

Please sign in to comment.