JAVA-21843: Changes made for resolving failing test cases (#14201)
This commit is contained in:
+2
-2
@@ -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() {
|
||||
Reference in New Issue
Block a user