From d1e3d1808bbde161ccab3896096bfa4c45f71f0d Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 18 Sep 2023 01:17:50 -0700 Subject: [PATCH] ... --- selfdrive/car/toyota/tests/test_toyota.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/car/toyota/tests/test_toyota.py b/selfdrive/car/toyota/tests/test_toyota.py index ca6a7b1a17..aa8e4029bb 100755 --- a/selfdrive/car/toyota/tests/test_toyota.py +++ b/selfdrive/car/toyota/tests/test_toyota.py @@ -125,8 +125,8 @@ class TestToyotaFingerprint(unittest.TestCase): def test_fuzzy_excluded_platforms(self): # Asserts a list of platforms that will not fuzzy fingerprint with platform codes due to them being shared. - # This list can be shrunk as we combine platforms, detect features, and add the hybrid ECU - # Note: this list is so small because other ECUs are not shared between hybrid & ICE, commonly the ABS. + # This list can be shrunk as we combine platforms, detect features, and add the hybrid ECU. + # Note: this list is so small because other ECUs are not shared between hybrid & ICE, commonly the ABS excluded_platforms = { CAR.LEXUS_ES_TSS2, CAR.LEXUS_RX_TSS2,