Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 27, 2024
1 parent 867f7b7 commit 5096630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/connection.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ describe('connections:', function() {
const uri = start.uri.lastIndexOf('?') === -1 ?
start.uri + '?retryWrites=true&w=majority&readPreference=primaryPreferred' :
start.uri.slice(0, start.uri.lastIndexOf('?')) + '?retryWrites=true&w=majority&readPreference=primaryPreferred';

const conn = await m.connect(uri, opts);
assert.ok(conn);
});
Expand Down

0 comments on commit 5096630

Please sign in to comment.