diff --git a/tests/zero_cross_detection/test_zero_cross_detection.cpp b/tests/zero_cross_detection/test_zero_cross_detection.cpp index 2ce3909..5b4846a 100644 --- a/tests/zero_cross_detection/test_zero_cross_detection.cpp +++ b/tests/zero_cross_detection/test_zero_cross_detection.cpp @@ -72,7 +72,6 @@ TEST(test_zero_cross_detection, ZCD_PollWorksAfterCalls) { MockADC_ZeroIndex(); - MockADC_PushValue(512); MockADC_PushValue(450); MockADC_PushValue(50);