This commit is contained in:
anhefti 2022-03-24 17:35:39 +01:00
parent 50f94e8581
commit ee93014478

View file

@ -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