bump panda (#30501)

* bump panda

* bump

* bump

* fix renamed variables

---------

Co-authored-by: Shane Smiskol <shane@smiskol.com>
This commit is contained in:
Adeeb Shihadeh
2023-11-20 14:45:51 -08:00
committed by GitHub
parent 7a4a8c9a4a
commit afd61352d0
2 changed files with 3 additions and 3 deletions
+1 -1
Submodule panda updated: 5fe1d67b77...c345bc3cae
+2 -2
View File
@@ -243,9 +243,9 @@ class TestCarModelBase(unittest.TestCase):
failed_addrs[hex(msg.address)] += 1
# ensure all msgs defined in the addr checks are valid
self.safety.safety_tick_current_rx_checks()
self.safety.safety_tick_current_safety_config()
if t > 1e6:
self.assertTrue(self.safety.addr_checks_valid())
self.assertTrue(self.safety.safety_config_valid())
# Don't check relay malfunction on disabled routes (relay closed),
# or before fingerprinting is done (elm327 and noOutput)