We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b5531d commit d892006Copy full SHA for d892006
1 file changed
modules/mongodb/src/test/java/org/testcontainers/containers/MongoDbContainerTest.java
@@ -24,9 +24,9 @@ public class MongoDbContainerTest {
24
public void shouldExecuteTransactions() {
25
// creatingMongoDbContainer {
26
try (MongoDbContainer mongoDbContainer = new MongoDbContainer()) {
27
- // }
+ // }
28
29
- // startingMongoDbContainer
+ // startingMongoDbContainer {
30
mongoDbContainer.start();
31
// }
32
0 commit comments