DATAMONGO-1371 - Polishing.

Removed console output from unit tests.
This commit is contained in:
Oliver Gierke
2017-07-13 14:35:36 +02:00
parent e3b98693d4
commit 3dee8de66d

View File

@@ -237,8 +237,6 @@ public class MongoCredentialPropertyEditorUnitTests {
editor.setAsText(USER_4_AUTH_STRING);
System.out.println("USER_4_AUTH_STRING: " + USER_4_AUTH_STRING);
assertThat((List<MongoCredential>) editor.getValue(), contains(USER_4_CREDENTIALS));
}
}