BAEL-7351 removed new lines
This commit is contained in:
parent
e7be980d34
commit
95379f73cc
@ -33,9 +33,7 @@ public class MainLiveTest {
|
|||||||
@Test
|
@Test
|
||||||
public void givenEmbeddedKafkaBroker_whenSendingWithSimpleProducer_thenMessageReceived() throws Exception {
|
public void givenEmbeddedKafkaBroker_whenSendingWithSimpleProducer_thenMessageReceived() throws Exception {
|
||||||
String data = "Test 123...";
|
String data = "Test 123...";
|
||||||
|
|
||||||
producer.send(data);
|
producer.send(data);
|
||||||
|
|
||||||
boolean messageConsumed = consumer.getLatch()
|
boolean messageConsumed = consumer.getLatch()
|
||||||
.await(10, TimeUnit.SECONDS);
|
.await(10, TimeUnit.SECONDS);
|
||||||
assertTrue(messageConsumed);
|
assertTrue(messageConsumed);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user