This commit is contained in:
insanity 2017-09-27 12:45:52 +09:00
parent f1fe82755a
commit f8769028aa

View File

@ -117,10 +117,7 @@ public class NoAuthProbeServiceTest {
NoAuthProbe noAuthProbe = this.noAuthProbeService.read(1);
List<NoAuthProbe> noAuthProbes = new ArrayList<>();
noAuthProbes.add(noAuthProbe);
this.noAuthProbeService.acceptNoAuthProbes(noAuthProbes);
this.noAuthProbeService.acceptNoAuthProbe(noAuthProbe);
}