delete System.out.println() in test code

This commit is contained in:
Jaehong Choi 2016-02-16 15:26:37 +09:00
parent 2f2e2ff5b9
commit e89afc901b
1 changed files with 0 additions and 2 deletions

View File

@ -72,8 +72,6 @@ public class GroupByQueryTest
String json = jsonMapper.writeValueAsString(query); String json = jsonMapper.writeValueAsString(query);
Query serdeQuery = jsonMapper.readValue(json, Query.class); Query serdeQuery = jsonMapper.readValue(json, Query.class);
System.out.println(json);
Assert.assertEquals(query, serdeQuery); Assert.assertEquals(query, serdeQuery);
} }