Fix typo in test comment

old-commit-hash: df16d08efb
commatwo_master
Willem Melching 5 years ago
parent d7810667e8
commit 2ab4d10d20
  1. 2
      selfdrive/car/tests/test_car_params.py

@ -39,7 +39,7 @@ class TestCarParam(unittest.TestCase):
radar_interface = RadarInterface(car_params)
assert radar_interface
# Run car interface once
# Run radar interface once
radar_interface.update([])
if hasattr(radar_interface, '_update') and hasattr(radar_interface, 'trigger_msg'):
radar_interface._update([radar_interface.trigger_msg])

Loading…
Cancel
Save