We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e515e5c commit 25afdc2Copy full SHA for 25afdc2
pyfrc/tests/basic.py
@@ -26,7 +26,7 @@ def test_autonomous(control: "TestController"):
26
control.step_timing(seconds=0.5, autonomous=True, enabled=False)
27
28
# Run enabled for 15 seconds
29
- control.step_timing(seconds=15, autonomous=True, enabled=False)
+ control.step_timing(seconds=15, autonomous=True, enabled=True)
30
31
# Disabled for another short period
32
0 commit comments