更新 HeartBeatServiceTest.java
This commit is contained in:
@@ -14,10 +14,12 @@ class HeartBeatServiceTest {
|
||||
@Test
|
||||
void updateClientStatus() {
|
||||
DeviceInfo deviceInfo = new DeviceInfo();
|
||||
System.out.printf(deviceInfo.toString());
|
||||
}
|
||||
|
||||
@Test
|
||||
void addDeviceInfo() {
|
||||
DeviceInfo deviceInfo = new DeviceInfo();
|
||||
System.out.printf(deviceInfo.toString());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user