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:
parent
d6e0e1c3e6
commit
5ee88c852e
|
@ -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);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue