更新 HeartBeatServiceTest.java
parent
d95a725934
commit
56fb88a0c0
|
|
@ -14,14 +14,10 @@ class HeartBeatServiceTest {
|
|||
@Test
|
||||
void updateClientStatus() {
|
||||
DeviceInfo deviceInfo = new DeviceInfo();
|
||||
deviceInfo.setDeviceModel("Model B");
|
||||
heartBeatService.updateClientStatus(deviceInfo);
|
||||
}
|
||||
|
||||
@Test
|
||||
void addDeviceInfo() {
|
||||
DeviceInfo deviceInfo = new DeviceInfo();
|
||||
deviceInfo.setDeviceModel("Model C");
|
||||
heartBeatService.addDeviceInfo(deviceInfo);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue