Closed vmgonzalezgarcia closed 7 years ago
The mongoDB DSL generator was using the Mongo 1.x driver (Mongo::Connection instead of Mongo::Client`)
Mongo::Connection
Coverage remained the same at 94.887% when pulling 5ae572821d7e746c58a13aeea2487d93dbebc5be on vmgonzalezgarcia:fix-mongodb-dsl-generator into 1a913be3fbacbfa4c4c95b02968f89a9e8df390b on sunitparekh:master.
Thank you for the pull request.
The mongoDB DSL generator was using the Mongo 1.x driver (
Mongo::Connection
instead of Mongo::Client`)