FAILURE: java.lang.AssertionError: expected:<{"matchedCount": 1, "modifiedCount": 1, "upsertedCount": 0}> but was:<{}> (java.lang.AssertionError)
|
java.lang.AssertionError: expected:<{"matchedCount": 1, "modifiedCount": 1, "upsertedCount": 0}> but was:<{}>
|
at org.junit.Assert.fail(Assert.java:89)
|
at org.junit.Assert.failNotEquals(Assert.java:835)
|
at org.junit.Assert.assertEquals(Assert.java:120)
|
at org.junit.Assert.assertEquals(Assert.java:146)
|
at com.mongodb.client.AbstractRetryableWritesTest.shouldPassAllOutcomes(AbstractRetryableWritesTest.java:155)
|