We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c6be0 commit 734c4ecCopy full SHA for 734c4ec
src/test/java/com/rabbitmq/stream/perf/StreamPerfTestTest.java
@@ -158,7 +158,9 @@ String consoleErrorOutput() {
158
void helpShouldReturnImmediately() throws Exception {
159
run(builder().help());
160
waitRunEnds();
161
- assertThat(consoleOutput()).contains("Usage: stream-perf-test");
+ assertThat(consoleOutput())
162
+ .contains("Display help information about the specified command")
163
+ .contains("stream-perf-test");
164
}
165
166
@Test
0 commit comments