Skip to content

Commit 642e39e

Browse files
Jessica Lordmbroadst
Jessica Lord
authored andcommitted
fix(url parser): remove .only from test
1 parent 155de2d commit 642e39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/url_parser_tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ describe('Url Parser', function() {
550550
/**
551551
* @ignore
552552
*/
553-
it.only('should log when unsuported options are used in url', {
553+
it('should log when unsuported options are used in url', {
554554
metadata: {
555555
requires: { topology: ['single', 'replicaset', 'sharded', 'ssl', 'heap', 'wiredtiger'] }
556556
},

0 commit comments

Comments
 (0)