[JAVA-1265] Review build time
* Migrate UserMapperUnitTest to UserMapperIntegrationTest as it uses Spring and takes a lot of time to execute
This commit is contained in:
parent
9d06b84d41
commit
3bdfd8f726
@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||||||
*/
|
*/
|
||||||
@RunWith(SpringRunner.class)
|
@RunWith(SpringRunner.class)
|
||||||
@SpringBootTest(classes = BookstoreApp.class)
|
@SpringBootTest(classes = BookstoreApp.class)
|
||||||
public class UserMapperUnitTest {
|
public class UserMapperIntegrationTest {
|
||||||
|
|
||||||
private static final String DEFAULT_LOGIN = "johndoe";
|
private static final String DEFAULT_LOGIN = "johndoe";
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user