JAVA-21843: Changes made for resolving failing test cases (#14201)

This commit is contained in:
Bipin kumar
2023-06-09 11:52:47 +05:30
committed by GitHub
parent e6090e6840
commit c8f6fbba0c
2 changed files with 14 additions and 3 deletions
@@ -31,9 +31,9 @@ import org.slf4j.LoggerFactory;
@RunWith(Arquillian.class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class CarServiceIntegrationTest {
public class CarServiceLiveTest {
public static final Logger LOG = LoggerFactory.getLogger(CarServiceIntegrationTest.class);
public static final Logger LOG = LoggerFactory.getLogger(CarServiceLiveTest.class);
@Deployment
public static JavaArchive createDeployment() {