We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b715646 commit e391b36Copy full SHA for e391b36
tests/integration/tc_71_2.c
@@ -37,7 +37,7 @@ int main() {
37
send_run_mode(SHEPHERD, TELEOP);
38
add_ordered_string_output("Traceback (most recent call last):\n");
39
add_ordered_string_output(check_output_6);
40
- add_ordered_string_output("Python function teleop_main call failed\n");
+ add_ordered_string_output("Python function teleop call failed\n");
41
check_run_mode(TELEOP);
42
43
send_run_mode(DAWN, IDLE);
0 commit comments