Skip to content

Commit 559a89f

Browse files
committed
one more error type correction
1 parent 5e2c1b8 commit 559a89f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

control/tests/mateqn_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def test_raise(self):
283283
cdlyap(A, Q, None, Efq)
284284
with pytest.raises(ValueError):
285285
cdlyap(A, Qfs, None, E)
286-
with pytest.raises(ValueError):
286+
with pytest.raises(ControlArgument):
287287
cdlyap(A, Q, C, E)
288288

289289
B = array([[1, 0], [0, 1]])

0 commit comments

Comments
 (0)