From 6418cba04e87771cc23c16102e7adb5436877edf Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Thu, 14 Sep 2023 13:59:04 -0700 Subject: [PATCH] test --- unit_tests/tests/trigger/test_real_toyota_3_tooth_cam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/tests/trigger/test_real_toyota_3_tooth_cam.cpp b/unit_tests/tests/trigger/test_real_toyota_3_tooth_cam.cpp index fdbb1007ed..8109377a43 100644 --- a/unit_tests/tests/trigger/test_real_toyota_3_tooth_cam.cpp +++ b/unit_tests/tests/trigger/test_real_toyota_3_tooth_cam.cpp @@ -9,7 +9,7 @@ TEST(realToyota3ToothCam, running) { engineConfiguration->isFasterEngineSpinUpEnabled = true; engineConfiguration->alwaysInstantRpm = true; - engineConfiguration->vvtMode[0] = VVT_2JZ; + engineConfiguration->vvtMode[0] = VVT_TOYOTA_3_TOOTH; engineConfiguration->vvtOffsets[0] = 152.583f; engineConfiguration->trigger.customTotalToothCount = 36;