diff --git a/tests/unit/modules/motion/test_motion_ramp.py b/tests/unit/modules/motion/test_motion_ramp.py index 58f8f14..ad9e905 100755 --- a/tests/unit/modules/motion/test_motion_ramp.py +++ b/tests/unit/modules/motion/test_motion_ramp.py @@ -167,7 +167,6 @@ def main(): # test each set for run in runs: check_run(info, run) - break if __name__ == '__main__':