From 486e28928ef6b3840ba7e047e19dc3d385f96846 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 2 Aug 2022 14:04:06 +0530 Subject: [PATCH] UT: Rename test files to be consistent with names of files they're testing --- .../cc/resources/auth/{test_auth.py => test_authenticate.py} | 0 .../cc/resources/auth/{test_registration.py => test_register.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename monkey/tests/unit_tests/monkey_island/cc/resources/auth/{test_auth.py => test_authenticate.py} (100%) rename monkey/tests/unit_tests/monkey_island/cc/resources/auth/{test_registration.py => test_register.py} (100%) diff --git a/monkey/tests/unit_tests/monkey_island/cc/resources/auth/test_auth.py b/monkey/tests/unit_tests/monkey_island/cc/resources/auth/test_authenticate.py similarity index 100% rename from monkey/tests/unit_tests/monkey_island/cc/resources/auth/test_auth.py rename to monkey/tests/unit_tests/monkey_island/cc/resources/auth/test_authenticate.py diff --git a/monkey/tests/unit_tests/monkey_island/cc/resources/auth/test_registration.py b/monkey/tests/unit_tests/monkey_island/cc/resources/auth/test_register.py similarity index 100% rename from monkey/tests/unit_tests/monkey_island/cc/resources/auth/test_registration.py rename to monkey/tests/unit_tests/monkey_island/cc/resources/auth/test_register.py