Skip to content

Commit 7a64858

Browse files
committed
remove comment
1 parent c27b5ad commit 7a64858

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/unit/connection_string.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ describe('Connection String', function () {
9595
});
9696

9797
it('should provide default authSource when valid AuthMechanism provided', function () {
98-
// const options = parseOptions(
99-
// 'mongodb+srv://jira-sync.pw0q4.mongodb.net/testDB?authMechanism=MONGODB-AWS&retryWrites=true&w=majority'
100-
// );
10198
const options = parseOptions(
10299
'mongodb+srv://jira-sync.pw0q4.mongodb.net/testDB?authMechanism=MONGODB-AWS&retryWrites=true&w=majority'
103100
);

0 commit comments

Comments
 (0)