Merge pull request #9080 from dupirefr/team/JAVA-1265-review_build_time
[JAVA-1265] Review build time
This commit is contained in:
commit
a07f4f66e3
|
@ -26,7 +26,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
*/
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest(classes = BookstoreApp.class)
|
||||
public class UserMapperUnitTest {
|
||||
public class UserMapperIntegrationTest {
|
||||
|
||||
private static final String DEFAULT_LOGIN = "johndoe";
|
||||
|
Loading…
Reference in New Issue