Skip to content

Commit 80ae339

Browse files
committedJun 28, 2022
Remove system.out.println in test
1 parent 49056e6 commit 80ae339

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/test/java/com/rabbitmq/stream/impl/StreamConsumerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ void autoTrackingShouldStoreOffsetZeroOnClosing() throws Exception {
628628
5,
629629
() -> {
630630
QueryOffsetResponse response = client.queryOffset(reference, stream);
631-
System.out.println(response.isOk());
632631
return response.isOk() && response.getOffset() == lastReceivedOffset.get();
633632
},
634633
() ->

0 commit comments

Comments
 (0)