Commit 1b1ba83a authored by Noel Alonso's avatar Noel Alonso
Browse files

Renombra método

parent 39d0ce80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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());
	}