BAEL-7351 removed new lines

This commit is contained in:
s9m33r 2024-02-04 11:38:52 +05:30
parent e7be980d34
commit 95379f73cc
1 changed files with 0 additions and 2 deletions

View File

@ -33,9 +33,7 @@ public class MainLiveTest {
@Test
public void givenEmbeddedKafkaBroker_whenSendingWithSimpleProducer_thenMessageReceived() throws Exception {
String data = "Test 123...";
producer.send(data);
boolean messageConsumed = consumer.getLatch()
.await(10, TimeUnit.SECONDS);
assertTrue(messageConsumed);