BAEL-3498: Fix test's name
This commit is contained in:
parent
e57ae9f271
commit
52bdfd60a5
|
@ -13,7 +13,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest
|
||||
public class ManualFlywayMigrationTest {
|
||||
public class ManualFlywayMigrationIntegrationTest {
|
||||
|
||||
@Autowired
|
||||
private Flyway flyway;
|
Loading…
Reference in New Issue