cleanup work for tests

This commit is contained in:
Eugen Paraschiv
2018-03-04 17:52:56 +02:00
parent 4a489e4afc
commit 5fd8e4293e
8 changed files with 10 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ import static org.hamcrest.MatcherAssert.assertThat;
*/
@RunWith(SpringRunner.class)
@SpringBootTest(classes = Application.class)
public class UserRepositoryTest {
public class UserRepositoryIntegrationTest {
private final String USER_NAME_ADAM = "Adam";
private final Integer ACTIVE_STATUS = 1;