Skip to content

Commit 25afdc2

Browse files
committed
Actually run autonomous mode in the autonomous mode tests...
1 parent e515e5c commit 25afdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyfrc/tests/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_autonomous(control: "TestController"):
2626
control.step_timing(seconds=0.5, autonomous=True, enabled=False)
2727

2828
# Run enabled for 15 seconds
29-
control.step_timing(seconds=15, autonomous=True, enabled=False)
29+
control.step_timing(seconds=15, autonomous=True, enabled=True)
3030

3131
# Disabled for another short period
3232
control.step_timing(seconds=0.5, autonomous=True, enabled=False)

0 commit comments

Comments
 (0)