Skip to content

Commit c81547c

Browse files
committed
Reverting to correct mongod port
1 parent 5298430 commit c81547c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/com/mongodb/JavaClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class JavaClientTest extends TestCase {
3535

3636
public JavaClientTest()
3737
throws IOException , MongoException {
38-
_mongo = new Mongo( "localhost:30000" );
38+
_mongo = new Mongo( "localhost" );
3939
cleanupMongo = _mongo;
4040
cleanupDB = "com_mongodb_unittest_JavaClientTest";
4141
_db = cleanupMongo.getDB( cleanupDB );

0 commit comments

Comments
 (0)