Skip to content

Commit

Permalink
EDG-33: remove system.out from test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aravinda Baliga B committed Jul 1, 2024
1 parent 08e1db1 commit 9cb9723
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ void jsonToXmlAggregationEventTest() throws Exception {
final EventHandler handler =
new EventHandler(null, new XmlEPCISEventCollector(byteArrayOutputStream));
new JsonToXmlConverter().convert(inputStream, handler);
System.out.println(byteArrayOutputStream);
assertTrue(byteArrayOutputStream.toString().length() > 0);
}

Expand Down

0 comments on commit 9cb9723

Please sign in to comment.