Skip to content

Commit

Permalink
test: Logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpri10 committed May 14, 2024
1 parent 0297336 commit 98fca09
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ public void testResumePublish() throws Exception {
assertEquals("5", future5.get());
assertEquals("6", future6.get());

System.out.println("Publish and receive 5 and 6");
// System.out.println("Publish and receive 5 and 6");

// Resume publishing of "orderA", which should now succeed
publisher.resumePublish("orderA");
Expand All @@ -600,7 +600,7 @@ public void testResumePublish() throws Exception {
assertEquals("7", future7.get());
assertEquals("8", future8.get());

System.out.println("Receive 7 and 8");
// System.out.println("Receive 7 and 8");

shutdownTestPublisher(publisher);
System.out.println("Ending testResumePublish");
Expand Down

0 comments on commit 98fca09

Please sign in to comment.