Skip to content

Commit 998adb3

Browse files
committed
clean-up System.out left behind
1 parent f0238c9 commit 998adb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

embedded-mongodb/src/test/java/com/playtika/testcontainer/mongodb/EmbeddedMongodbBootstrapReplicaSetConfigurationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public class EmbeddedMongodbBootstrapReplicaSetConfigurationTest {
3838

3939
@Test
4040
public void shouldSaveAndGet() {
41-
System.out.println("mongo-uri=" + environment.getProperty("spring.data.mongodb.uri"));
4241
String someId = UUID.randomUUID().toString();
4342
Foo foo = new Foo(someId, "foo", Instant.parse("2019-09-26T07:57:12.801Z"), -42L);
4443
mongoTemplate.save(foo);

0 commit comments

Comments
 (0)