Skip to content

Commit 9429cfd

Browse files
mp911dechristophstrobl
authored andcommitted
Polishing.
Remove sysout from tests. See #4491
1 parent 7213b99 commit 9429cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/encryption/AbstractEncryptionTestBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ void altKeyDetection(@Autowired CachingMongoClientEncryption mongoClientEncrypti
353353
template.save(p3);
354354

355355
template.execute(Person.class, collection -> {
356-
collection.find(new Document()).forEach(it -> System.out.println(it.toJson()));
356+
collection.find(new Document());
357357
return null;
358358
});
359359

0 commit comments

Comments
 (0)