added probeHost service
This commit is contained in:
parent
f4bc20e55b
commit
f4d92d8b4c
|
@ -93,7 +93,7 @@ public class SensorServiceTest {
|
|||
Infra infra = new InfraMachine();
|
||||
infra.setId(1);
|
||||
|
||||
List<Sensor> sl = this.sensorService.readAllByInfra(infra);
|
||||
List<Sensor> sl = this.sensorService.readAllByInfra(1);
|
||||
|
||||
Assert.assertNotEquals(sl.size(), 0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user