[BAEL-19420] - Removed the duplicate SpringContextIntegrationTest and spring-context profile
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
package org.baeldung;
|
||||
|
||||
import org.baeldung.batch.App;
|
||||
import org.junit.Test;
|
||||
|
||||
public class SpringContextIntegrationTest {
|
||||
|
||||
@Test
|
||||
public void testMain() throws Exception {
|
||||
App.main(null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user