Skip to content

Commit

Permalink
only expect two iterations like in c++ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienMorey committed Jan 14, 2024
1 parent 6fb6d3b commit 4df974c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_sysidroutine.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def test_tests_output_correct_voltage(
[
call(1.0),
call(0.0),
call(ANY),
],
any_order=False,
)
Expand All @@ -142,7 +141,6 @@ def test_tests_output_correct_voltage(
[
call(-1.0),
call(0.0),
call(ANY),
],
any_order=False,
)
Expand All @@ -154,7 +152,6 @@ def test_tests_output_correct_voltage(
[
call(7.0),
call(0.0),
call(ANY),
],
any_order=False,
)
Expand All @@ -166,7 +163,6 @@ def test_tests_output_correct_voltage(
[
call(-7.0),
call(0.0),
call(ANY),
],
any_order=False,
)

0 comments on commit 4df974c

Please sign in to comment.