mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
Base spring test is abstract since it does not contain any tests itself
This commit is contained in:
parent
93f9644b8c
commit
cc73391601
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ import io.cucumber.spring.CucumberContextConfiguration;
|
|||
|
||||
@CucumberContextConfiguration
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT)
|
||||
public class SpringIntegrationTest {
|
||||
public abstract class SpringIntegrationTest {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue