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 cc293f6 commit d8cd23bCopy full SHA for d8cd23b
src/test/com/mongodb/DBRefTest.java
@@ -61,8 +61,8 @@ public void testDBRef(){
61
decoder.decode( out.toByteArray() , cb );
62
DBObject read = cb.dbget();
63
64
- String correct = null;
65
- correct = "{\"!\":{\"$ref\":\"hello\",\"$id\":\"world\"}}";
+ String correct = null;
+ correct = "{\"!\":{\"$ref\":\"hello\",\"$id\":\"world\"}}";
66
67
String got = read.toString().replaceAll( " +" , "" );
68
assertEquals( correct , got );
0 commit comments