mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
add .travis for Travis-CI and update all tests
This commit is contained in:
parent
5864f9cc20
commit
8755ca9cf1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import org.springframework.boot.test.context.SpringBootTest;
|
|||
import org.springframework.samples.petclinic.repository.VetRepository;
|
||||
|
||||
@SpringBootTest
|
||||
class PetclinicIT {
|
||||
class PetclinicIntegrationTest {
|
||||
|
||||
@Autowired
|
||||
private VetRepository vets;
|
Loading…
Reference in a new issue