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 209e53b commit 9d061afCopy full SHA for 9d061af
modules/mongodb/src/test/java/org/testcontainers/containers/MongoDBContainerTest.java
@@ -110,7 +110,7 @@ public void shouldSupportSharding() {
110
Document shards = mongoClient.getDatabase("config").getCollection("shards").find().first();
111
assertThat(shards).isNotNull();
112
assertThat(shards).isNotEmpty();
113
- assertThat(isReplicaSet(mongoClient));
+ assertThat(isReplicaSet(mongoClient)).isFalse();
114
}
115
116
0 commit comments