diff --git a/cereal/messaging/tests/test_messaging.py b/cereal/messaging/tests/test_messaging.py index afdab8a51..97388446f 100644 --- a/cereal/messaging/tests/test_messaging.py +++ b/cereal/messaging/tests/test_messaging.py @@ -30,7 +30,7 @@ def zmq_sleep(t=1): # TODO: this should take any capnp struct and returrn a msg with random populated data def random_carstate(): - fields = ["vEgo", "aEgo", "brake", "steeringAngleDeg"] + fields = ["vEgo", "aEgo", "steeringTorque", "steeringAngleDeg"] msg = messaging.new_message("carState") cs = msg.carState for f in fields: diff --git a/opendbc_repo b/opendbc_repo index 07f46708c..62cd798e8 160000 --- a/opendbc_repo +++ b/opendbc_repo @@ -1 +1 @@ -Subproject commit 07f46708c13e7922b1a03be21fc58d1771c488ef +Subproject commit 62cd798e8d1bc5dac6d249e7c8b1e7da571a20fd