diff --git a/tests/unit-tests/ui_Movement.cpp b/tests/unit-tests/ui_Movement.cpp index 43fab09..0c1185c 100644 --- a/tests/unit-tests/ui_Movement.cpp +++ b/tests/unit-tests/ui_Movement.cpp @@ -23,31 +23,30 @@ bool MovingUp(int numberOfSteps) { utils::Coordinate updated_future_coordinates = my_movement.getFutureCoordinate(); uint8_t updated_future_direction = my_movement.getFutureDirection(); - std::cout<<"updated_coordinates = "<