File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"es6-promise" : " 3.2.1" ,
17
17
"mongodb-core" : " 2.0.13" ,
18
+ "mongodb-core" : " christkv/mongodb-core#2.0" ,
18
19
"readable-stream" : " 2.1.5"
19
20
},
20
21
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ exports['Should correct connect to snitest1.10gen.cc'] = {
12
12
13
13
// Let's write the actual connection code
14
14
MongoClient . connect ( "mongodb://snitest2.mongodb.com:27777/?ssl=true" , {
15
- servername : 'snitest1.10gen.cc' ,
15
+ // servername: 'snitest1.10gen.cc',
16
16
} , function ( err , db ) {
17
17
test . equal ( null , err ) ;
18
18
db . close ( ) ;
@@ -33,7 +33,7 @@ exports['Should correct connect to snitest2.mongodb.com'] = {
33
33
34
34
// Let's write the actual connection code
35
35
MongoClient . connect ( "mongodb://snitest2.mongodb.com:27777/?ssl=true" , {
36
- servername : 'snitest2.mongodb.com' ,
36
+ // servername: 'snitest2.mongodb.com',
37
37
} , function ( err , db ) {
38
38
test . equal ( null , err ) ;
39
39
db . close ( ) ;
You can’t perform that action at this time.
0 commit comments