This commit is contained in:
Andrey 2023-09-13 22:52:00 -04:00
parent ab3cbd919d
commit 4380ecfd6f
1 changed files with 0 additions and 5 deletions

View File

@ -79,11 +79,6 @@ public class EcuTestHelper {
throw new IllegalStateException(msg + " Expected " + expected + " but got " + actual);
}
@NotNull
public static EcuTestHelper createInstance() {
return createInstance(false);
}
@NotNull
public static EcuTestHelper createInstance(boolean allowHardwareTriggerInput) {
EcuTestHelper ecu = new EcuTestHelper(ControllerConnectorState.getLinkManager());