From 89b2b7397e7b83b61d0e4c21a7b84110e62082e9 Mon Sep 17 00:00:00 2001 From: Remi Cadene Date: Thu, 26 Sep 2024 16:31:23 +0200 Subject: [PATCH] fix unit tests --- tests/test_motors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_motors.py b/tests/test_motors.py index 07cca187d..6c1bace96 100644 --- a/tests/test_motors.py +++ b/tests/test_motors.py @@ -52,7 +52,7 @@ def _test_configure_motors_all_ids_1(motor_type): del motors_bus -def _test_motors_bus(request, motor_type, mock): +def _test_motors_bus(motor_type): motors_bus = make_motors_bus(motor_type) # Test reading and writting before connecting raises an error