JAVA-8362: Switch to H2 db

This commit is contained in:
Krzysiek
2021-11-24 23:18:00 +01:00
parent fc41dd02be
commit 879722e13d
4 changed files with 6 additions and 44 deletions

View File

@@ -29,7 +29,7 @@ public class SpringBatchSchedulerIntegrationTest {
private ApplicationContext context;
@Test
public void stopJobsWhenSchedulerDisabled() throws Exception {
public void stopJobsWhenSchedulerDisabled() {
SpringBatchScheduler schedulerBean = context.getBean(SpringBatchScheduler.class);
await().untilAsserted(() -> Assert.assertEquals(2, schedulerBean.getBatchRunCounter()
.get()));