Fix car interface test (#34729)

* bump

* bump opendbc

* bump

* bump to master
pull/34727/head
Shane Smiskol 2 months ago committed by GitHub
parent c10abce1d5
commit d12370600e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      opendbc_repo
  2. 2
      selfdrive/car/tests/test_car_interfaces.py

@ -1 +1 @@
Subproject commit bdcb515ffced5137569bd8f5536829c91356f02c
Subproject commit 7c9a7eef9d1001994fce1168cf47ba685b102feb

@ -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([])

Loading…
Cancel
Save