Skip to content

Commit

Permalink
small typo on run.py (commaai#33413)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSato authored Aug 30, 2024
1 parent fea0176 commit a51b83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/ui/tests/test_ui/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a51b83b

Please sign in to comment.