AlarmControlHandler supplement test cases

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

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

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

Loading…
Cancel
Save