mirror of https://github.com/apache/druid.git
delete System.out.println() in test code
This commit is contained in:
parent
2f2e2ff5b9
commit
e89afc901b
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue