remove test

This commit is contained in:
heavyrian2012
2022-11-29 08:38:04 +08:00
parent 5ddb6e1ec9
commit cd5b0150ec
2 changed files with 0 additions and 38 deletions

View File

@@ -1,16 +0,0 @@
package cn.wildfirechat.push;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class PushApplicationTests {
@Test
public void contextLoads() {
}
}