Fix car interface test (#34729)

* bump

* bump opendbc

* bump

* bump to master
This commit is contained in:
Shane Smiskol
2025-02-28 04:26:46 -06:00
committed by GitHub
parent c10abce1d5
commit d12370600e
2 changed files with 3 additions and 1 deletions
@@ -80,6 +80,8 @@ class TestCarInterfaces:
CC = car.CarControl.new_message(**cc_msg)
CC.enabled = True
CC.latActive = True
CC.longActive = True
CC = CC.as_reader()
for _ in range(10):
car_interface.update([])