diff --git a/netty-hello/src/test/java/com/bruce/netty/NettyHelloApplicationTests.java b/netty-hello/src/test/java/com/bruce/netty/NettyHelloApplicationTests.java index 1baeebb..407a27a 100644 --- a/netty-hello/src/test/java/com/bruce/netty/NettyHelloApplicationTests.java +++ b/netty-hello/src/test/java/com/bruce/netty/NettyHelloApplicationTests.java @@ -1,11 +1,8 @@ package com.bruce.netty; -import org.junit.Test; -import org.junit.runner.RunWith; +import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; -import org.springframework.test.context.junit4.SpringRunner; -@RunWith(SpringRunner.class) @SpringBootTest public class NettyHelloApplicationTests {