JAVA-8362: Switch to H2 db

This commit is contained in:
Krzysiek
2021-11-24 23:18:00 +01:00
parent 203f7a16bb
commit 3d391578c8
4 changed files with 6 additions and 44 deletions
@@ -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()));