Skip to content

Commit c66e3e6

Browse files
committed
tests; fixed duplicate test name
1 parent 27bf3d5 commit c66e3e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tests/functional/db_tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ exports.shouldCorrectlyOpenASimpleDbSingleServerConnection = function(configurat
411411
* @_function close
412412
* @ignore
413413
*/
414-
exports.shouldCorrectlyOpenASimpleDbSingleServerConnection = function(configuration, test) {
414+
exports.shouldCorrectlyOpenASimpleDbSingleServerConnectionAndCloseWithCallback = function(configuration, test) {
415415
var db = configuration.newDbInstance({w:0}, {poolSize:1, auto_reconnect:false});
416416

417417
// DOC_LINE var db = new Db('test', new Server('locahost', 27017));
@@ -1557,4 +1557,4 @@ exports.shouldCorrectlyRetrieveDbStats = function(configuration, test) {
15571557
})
15581558
});
15591559
// DOC_END
1560-
}
1560+
}

0 commit comments

Comments
 (0)