Fix unit test for v cruise helper

This commit is contained in:
Eric Brown
2025-04-25 18:20:26 -06:00
parent e5e212c8ca
commit 6b6c20ab7f
+1 -1
View File
@@ -59,7 +59,7 @@ class TestVCruiseHelper:
def enable(self, v_ego, experimental_mode):
# Simulates user pressing set with a current speed
self.v_cruise_helper.initialize_v_cruise(car.CarState(vEgo=v_ego), experimental_mode)
self.v_cruise_helper.initialize_v_cruise(car.CarState(vEgo=v_ego), experimental_mode, False)
def test_adjust_speed(self):
"""