Skip to content

Commit

Permalink
minor fixes to auth tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Feb 2, 2015
1 parent 43a757a commit 99c27fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/authentication_tests.js
Expand Up @@ -1189,7 +1189,7 @@ exports.shouldCorrectlyAuthAgainstNormalDbUsingMongoClient = {
var shardedManager;

var setUpSharded = function(configuration, options, callback) {
var ShardingManager = require('mongodb-core').ShardingManager
var ShardingManager = require('mongodb-tools').ShardingManager
, Db = configuration.require.Db
, Server = configuration.require.Server
, MongoClient = configuration.require.MongoClient
Expand Down

0 comments on commit 99c27fb

Please sign in to comment.