BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite changed (#10298)

* BAEL-4706 - Spring Boot with Spring Batch

* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
This commit is contained in:
Jonathan Cook 2020-12-02 03:30:42 +01:00 committed by GitHub
parent d6e0e1c3e6
commit 5ee88c852e
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
package com.baeldung;
import com.baeldung.batch.App;
import org.junit.Test;
public class SpringContextTest {
@Test
public void testMain() throws Exception {
App.main(null);
}
}