Loading src/test/java/es/redmic/test/ais/integration/service/AISServiceTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ public class AISServiceTest extends KafkaBaseIntegrationTest { protected BlockingQueue<Object> blockingQueue; @PostConstruct public void CreateVesselFromTrackingTestPostConstruct() throws Exception { public void AISServiceTestPostConstruct() throws Exception { createSchemaRegistryRestApp(embeddedKafka.getZookeeperConnectionString(), embeddedKafka.getBrokersAsString()); } Loading Loading
src/test/java/es/redmic/test/ais/integration/service/AISServiceTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ public class AISServiceTest extends KafkaBaseIntegrationTest { protected BlockingQueue<Object> blockingQueue; @PostConstruct public void CreateVesselFromTrackingTestPostConstruct() throws Exception { public void AISServiceTestPostConstruct() throws Exception { createSchemaRegistryRestApp(embeddedKafka.getZookeeperConnectionString(), embeddedKafka.getBrokersAsString()); } Loading