From 82e02a3c544e80a6902cea5d02c07b7dc0b13589 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 5 Sep 2023 18:57:25 -0700 Subject: [PATCH] up here --- selfdrive/car/tests/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)