REM:
1. 更新设备管理单元测试顺序
This commit is contained in:
huangxin 2020-04-22 10:44:34 +08:00
parent b32a960138
commit e10168956c
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public class DisposeDeviceMapperTest extends InitTestEnvironment {
* @throws JsonProcessingException the json processing exception
*/
@Test
public void t100_delDisposeDeviceByIp() throws JsonProcessingException {
public void t99_delDisposeDeviceByIp() throws JsonProcessingException {
String ipAddr = "10.88.77.15";
disposeDeviceMapper.delDisposeDeviceByIp(ipAddr);