Browse Source

刪除ws的單元測試

master
453530270@qq.com 2 years ago
parent
commit
3c516f3bdd
  1. 10
      src/test/java/com/xtong/zhbs/service/WsPassFlowServiceTest.java

10
src/test/java/com/xtong/zhbs/service/WsPassFlowServiceTest.java

@ -1,10 +0,0 @@
package com.xtong.zhbs.service;
import com.xtong.zhbs.webscoket.WsPassFlowService;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
public class WsPassFlowServiceTest {
WsPassFlowService wsPassFlowService = new WsPassFlowService();
}
Loading…
Cancel
Save