bump panda (#30501)

* bump panda

* bump

* bump

* fix renamed variables

---------

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: afd61352d0a09c7ff169cda5b3b1bb6a94af4d38
This commit is contained in:
Adeeb Shihadeh
2023-11-20 14:45:51 -08:00
committed by GitHub
parent c92907d795
commit ef707d3226
2 changed files with 3 additions and 3 deletions

2
panda

Submodule panda updated: 5fe1d67b77...c345bc3cae

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)