We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5298430 commit c81547cCopy full SHA for c81547c
src/test/com/mongodb/JavaClientTest.java
@@ -35,7 +35,7 @@ public class JavaClientTest extends TestCase {
35
36
public JavaClientTest()
37
throws IOException , MongoException {
38
- _mongo = new Mongo( "localhost:30000" );
+ _mongo = new Mongo( "localhost" );
39
cleanupMongo = _mongo;
40
cleanupDB = "com_mongodb_unittest_JavaClientTest";
41
_db = cleanupMongo.getDB( cleanupDB );
0 commit comments