fix push
This commit is contained in:
parent
50f94e8581
commit
ee93014478
1 changed files with 2 additions and 2 deletions
|
@ -242,13 +242,13 @@ public class UseCasesIntegrationTest extends GuiIntegrationTest {
|
||||||
@Before
|
@Before
|
||||||
@Sql(scripts = { "classpath:schema-test.sql", "classpath:data-test.sql" })
|
@Sql(scripts = { "classpath:schema-test.sql", "classpath:data-test.sql" })
|
||||||
public void init() {
|
public void init() {
|
||||||
|
// Nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
@After
|
@After
|
||||||
@Sql(scripts = { "classpath:schema-test.sql", "classpath:data-test.sql" })
|
@Sql(scripts = { "classpath:schema-test.sql", "classpath:data-test.sql" })
|
||||||
public void cleanup() {
|
public void cleanup() {
|
||||||
|
// Nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in a new issue