From 23a5afeefb72854df46f7b861c12f07fcfba5d1d Mon Sep 17 00:00:00 2001 From: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com> Date: Thu, 27 May 2021 23:47:51 -0500 Subject: [PATCH] Renaming the unit_global_project.py to unit_test_global_project.py. This fixes the unit test not being found --- .../tests/{unit_global_project.py => unit_test_global_project.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/o3de/tests/{unit_global_project.py => unit_test_global_project.py} (100%) diff --git a/scripts/o3de/tests/unit_global_project.py b/scripts/o3de/tests/unit_test_global_project.py similarity index 100% rename from scripts/o3de/tests/unit_global_project.py rename to scripts/o3de/tests/unit_test_global_project.py