small typo on run.py (#33413)

pull/33414/head
Alexandre Nobuharu Sato 8 months ago committed by GitHub
parent fea01767d9
commit a51b83b4d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/ui/tests/test_ui/run.py

@ -92,7 +92,7 @@ def setup_onroad_alert(click, pm: PubMaster, text1, text2, size, status=log.Cont
cs.alertText2 = text2
cs.alertSize = size
cs.alertStatus = status
cs.alertType = "test_onorad_alert"
cs.alertType = "test_onroad_alert"
pm.send('controlsState', dat)
def setup_onroad_alert_small(click, pm: PubMaster):

Loading…
Cancel
Save