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