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 50353fc commit af8abc7Copy full SHA for af8abc7
src/test/com/mongodb/DBCollectionTest.java
@@ -653,7 +653,6 @@ public void testWriteConcernExceptionOnInsert() throws UnknownHostException {
653
} catch (WriteConcernException e) {
654
assertNotNull(e.getServerAddress());
655
assertNotNull(e.getErrorMessage());
656
- assertEquals(64, e.getCode());
657
assertNotNull(e.getCommandResult().get("err"));
658
assertEquals(0, e.getCommandResult().get("n"));
659
} finally {
0 commit comments