DATAREST-521 - Removed toString() output from test cases.
This commit is contained in:
@@ -200,8 +200,6 @@ public class PersistentEntitySerializationTests {
|
||||
|
||||
String result = mapper.writeValueAsString(persistentEntityResource);
|
||||
|
||||
System.out.println(result);
|
||||
|
||||
assertThat(JsonPath.read(result, "$_embedded.users[*].address"), is(notNullValue()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user