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
|
||||
@Sql(scripts = { "classpath:schema-test.sql", "classpath:data-test.sql" })
|
||||
public void init() {
|
||||
|
||||
// Nothing
|
||||
}
|
||||
|
||||
@After
|
||||
@Sql(scripts = { "classpath:schema-test.sql", "classpath:data-test.sql" })
|
||||
public void cleanup() {
|
||||
|
||||
// Nothing
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in a new issue