Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
brucelwl committed Mar 24, 2021
1 parent dc301d6 commit 6ef5fd4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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 {

Expand Down

0 comments on commit 6ef5fd4

Please sign in to comment.