AlarmControlHandler supplement test cases

pull/785/head
Lijx 3 years ago
parent be3d5ce957
commit 8df8a616a9

@ -35,13 +35,11 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>

@ -31,5 +31,4 @@ public class AlarmControlHandlerTest {
Thread.sleep(60 * 1000);
Assert.assertTrue(alarmControlHandler.isSendAlarm(alarmControlDTO));
}
}

Loading…
Cancel
Save