Skip to content

Commit d8cd23b

Browse files
author
Ryan
committed
fixed layout.
1 parent cc293f6 commit d8cd23b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/com/mongodb/DBRefTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ public void testDBRef(){
6161
decoder.decode( out.toByteArray() , cb );
6262
DBObject read = cb.dbget();
6363

64-
String correct = null;
65-
correct = "{\"!\":{\"$ref\":\"hello\",\"$id\":\"world\"}}";
64+
String correct = null;
65+
correct = "{\"!\":{\"$ref\":\"hello\",\"$id\":\"world\"}}";
6666

6767
String got = read.toString().replaceAll( " +" , "" );
6868
assertEquals( correct , got );

0 commit comments

Comments
 (0)