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

Commit 36d43f2

Browse files
author
Jessica Lord
authored
test(pool): remove .only in test
came in #235
1 parent 8aaac8b commit 36d43f2

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
@@ -39,7 +39,7 @@ describe('Pool tests', function() {
3939
}
4040
});
4141

42-
it.only('Should only listen on connect once', {
42+
it('Should only listen on connect once', {
4343
metadata: { requires: { topology: 'single' } },
4444

4545
test: function(done) {

0 commit comments

Comments
 (0)