From 4df974c1cf3fcdf8004f807a6c5302a056cb13e2 Mon Sep 17 00:00:00 2001 From: Lucien Morey Date: Sun, 14 Jan 2024 23:48:38 +1100 Subject: [PATCH] only expect two iterations like in c++ tests --- tests/test_sysidroutine.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_sysidroutine.py b/tests/test_sysidroutine.py index 1097358e..95778a49 100644 --- a/tests/test_sysidroutine.py +++ b/tests/test_sysidroutine.py @@ -130,7 +130,6 @@ def test_tests_output_correct_voltage( [ call(1.0), call(0.0), - call(ANY), ], any_order=False, ) @@ -142,7 +141,6 @@ def test_tests_output_correct_voltage( [ call(-1.0), call(0.0), - call(ANY), ], any_order=False, ) @@ -154,7 +152,6 @@ def test_tests_output_correct_voltage( [ call(7.0), call(0.0), - call(ANY), ], any_order=False, ) @@ -166,7 +163,6 @@ def test_tests_output_correct_voltage( [ call(-7.0), call(0.0), - call(ANY), ], any_order=False, )