update test_alerts

pull/33425/head
Adeeb Shihadeh 8 months ago
parent 35da93fa95
commit 519b666e37
  1. 2
      selfdrive/controls/tests/test_alerts.py

@ -63,7 +63,7 @@ class TestAlerts:
for alert in ALERTS: for alert in ALERTS:
if not isinstance(alert, Alert): if not isinstance(alert, Alert):
alert = alert(self.CP, self.CS, self.sm, metric=False, soft_disable_time=100) alert = alert(self.CP, self.CS, self.sm, metric=False, soft_disable_time=100, personality=log.LongitudinalPersonality.standard)
# for full size alerts, both text fields wrap the text, # for full size alerts, both text fields wrap the text,
# so it's unlikely that they would go past the max width # so it's unlikely that they would go past the max width

Loading…
Cancel
Save