From 02e788d0e17b8f1b84d614ae35442a73ec019432 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 12 Dec 2020 20:26:56 -0500 Subject: [PATCH] typo --- ...nalTestLaunche.java => SimulatorFunctionalTestLauncher.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename java_console/autotest/src/com/rusefi/{SimulatorFunctionalTestLaunche.java => SimulatorFunctionalTestLauncher.java} (97%) diff --git a/java_console/autotest/src/com/rusefi/SimulatorFunctionalTestLaunche.java b/java_console/autotest/src/com/rusefi/SimulatorFunctionalTestLauncher.java similarity index 97% rename from java_console/autotest/src/com/rusefi/SimulatorFunctionalTestLaunche.java rename to java_console/autotest/src/com/rusefi/SimulatorFunctionalTestLauncher.java index abc9e15ee8..3c6abe7790 100644 --- a/java_console/autotest/src/com/rusefi/SimulatorFunctionalTestLaunche.java +++ b/java_console/autotest/src/com/rusefi/SimulatorFunctionalTestLauncher.java @@ -6,7 +6,7 @@ import com.rusefi.io.LinkManager; * this class runs rusEFI functional tests against rusEFI simulator * As of Dec 2020 this seems very broken? */ -public class SimulatorFunctionalTestLaunche { +public class SimulatorFunctionalTestLauncher { public static void main(String[] args) { Thread.setDefaultUncaughtExceptionHandler((t, e) -> { e.printStackTrace();