This commit is contained in:
crusader 2018-06-06 01:17:48 +09:00
parent c5c1ea90d2
commit 46d867991c

View File

@ -23,7 +23,7 @@ public class InfraDAOTest {
private InfraDAO infraDAO;
@Test
public void findAllByProbeList() throws Exception {
public void findAllTargetByProbeIn() throws Exception {
List<Probe> probes = new ArrayList<>();
@ -37,4 +37,4 @@ public class InfraDAOTest {
}
}
}