Polishing
This commit is contained in:
parent
5f6406430f
commit
4cd7ba12bb
|
@ -20,9 +20,7 @@ import java.util.Date;
|
|||
import java.util.concurrent.atomic.AtomicInteger;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.rules.ExpectedException;
|
||||
|
||||
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
|
||||
import org.springframework.context.annotation.Bean;
|
||||
|
@ -48,9 +46,6 @@ import static org.junit.Assert.*;
|
|||
*/
|
||||
public class EnableSchedulingTests {
|
||||
|
||||
@Rule
|
||||
public final ExpectedException exception = ExpectedException.none();
|
||||
|
||||
private AnnotationConfigApplicationContext ctx;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue