Polish
Closes gh-14049
This commit is contained in:
committed by
Stephane Nicoll
parent
d0f272960e
commit
d5eaaf6e2a
@@ -48,8 +48,7 @@ public class SampleKafkaApplicationTests {
|
||||
&& System.currentTimeMillis() < end) {
|
||||
Thread.sleep(250);
|
||||
}
|
||||
assertThat(this.outputCapture.toString().contains("A simple test message"))
|
||||
.isTrue();
|
||||
assertThat(this.outputCapture.toString()).contains("A simple test message");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user