Skip to content

Commit e391b36

Browse files
committed
[TESTS] modified tc_71_2 so it expects teleop rather than teleop_main
1 parent b715646 commit e391b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tc_71_2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ int main() {
3737
send_run_mode(SHEPHERD, TELEOP);
3838
add_ordered_string_output("Traceback (most recent call last):\n");
3939
add_ordered_string_output(check_output_6);
40-
add_ordered_string_output("Python function teleop_main call failed\n");
40+
add_ordered_string_output("Python function teleop call failed\n");
4141
check_run_mode(TELEOP);
4242

4343
send_run_mode(DAWN, IDLE);

0 commit comments

Comments
 (0)