diff --git a/selfdrive/car/tests/test_models.py b/selfdrive/car/tests/test_models.py index 0aa63f9f83..fc70a5b343 100755 --- a/selfdrive/car/tests/test_models.py +++ b/selfdrive/car/tests/test_models.py @@ -107,11 +107,11 @@ class TestCarModelBase(unittest.TestCase): car_fw = [] can_msgs = [] + cls.elm_frame = None fingerprint = defaultdict(dict) experimental_long = False enabled_toggle = True dashcam_only = False - cls.elm_frame = None for msg in lr: if msg.which() == "can": can_msgs.append(msg)