Skip to content

Commit dd1b293

Browse files
Fix minor typo
1 parent 7ddb35b commit dd1b293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_examples/test_mpsc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@pytest.mark.parametrize('MPSC_COST', ['one_step_cost'])
1313
def test_mpsc(SYS, TASK, ALGO, SAFETY_FILTER, MPSC_COST):
1414
if SYS == 'cartpole' and ALGO == 'pid':
15-
pytest.skip('PID is designed for quadrotors and does not function for the carpole system.')
15+
pytest.skip('PID is designed for quadrotors and does not function for the cartpole system.')
1616
SYS_NAME = SYS if SYS == 'cartpole' else 'quadrotor'
1717
sys.argv[1:] = ['--task', SYS_NAME,
1818
'--algo', ALGO,

0 commit comments

Comments
 (0)