From 8e9e4b131fbec3feec70bd229f2dc8e675424fc8 Mon Sep 17 00:00:00 2001 From: Gabriel Barberini Date: Fri, 15 Nov 2024 11:42:17 -0300 Subject: [PATCH] renames tests --- .../{test_environment_route.py => test_environments_route.py} | 0 tests/test_routes/{test_motor_route.py => test_motors_route.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/test_routes/{test_environment_route.py => test_environments_route.py} (100%) rename tests/test_routes/{test_motor_route.py => test_motors_route.py} (100%) diff --git a/tests/test_routes/test_environment_route.py b/tests/test_routes/test_environments_route.py similarity index 100% rename from tests/test_routes/test_environment_route.py rename to tests/test_routes/test_environments_route.py diff --git a/tests/test_routes/test_motor_route.py b/tests/test_routes/test_motors_route.py similarity index 100% rename from tests/test_routes/test_motor_route.py rename to tests/test_routes/test_motors_route.py