Skip to content

Commit

Permalink
Converting tests to new MongoClient api
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv authored and mbroadst committed Aug 8, 2017
1 parent e06dcea commit 0fe2a7e
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 136 deletions.
1 change: 0 additions & 1 deletion lib/mongo_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ var connect = function(self, url, options, callback) {
// Get a logger for MongoClient
var logger = Logger('MongoClient', options);


// Did we pass in a Server/ReplSet/Mongos
if (url instanceof Server
|| url instanceof ReplSet
Expand Down
Loading

0 comments on commit 0fe2a7e

Please sign in to comment.