From 36b6aed2dff673df04f670f8b7241ef417714d14 Mon Sep 17 00:00:00 2001 From: Neil Widmaier Date: Tue, 2 Nov 2021 15:21:50 -0700 Subject: [PATCH] fixing function name formatting issues Signed-off-by: Neil Widmaier --- ...hydra_AtomEditorComponents_OcclusionCullingPlaneAdded.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AutomatedTesting/Gem/PythonTests/Atom/tests/hydra_AtomEditorComponents_OcclusionCullingPlaneAdded.py b/AutomatedTesting/Gem/PythonTests/Atom/tests/hydra_AtomEditorComponents_OcclusionCullingPlaneAdded.py index 13009bb144..e3ca911bdf 100644 --- a/AutomatedTesting/Gem/PythonTests/Atom/tests/hydra_AtomEditorComponents_OcclusionCullingPlaneAdded.py +++ b/AutomatedTesting/Gem/PythonTests/Atom/tests/hydra_AtomEditorComponents_OcclusionCullingPlaneAdded.py @@ -41,10 +41,10 @@ class Tests: "REDO deletion failed") -def AtomEditorComponents_occlusion_culling_plane_AddedToEntity(): +def AtomEditorComponents_OcclusionCullingPlane_AddedToEntity(): """ Summary: - Tests the occlusion_culling_plane component can be added to an entity and has the expected functionality. + Tests the occlusion culling plane component can be added to an entity and has the expected functionality. Test setup: - Wait for Editor idle loop. @@ -156,4 +156,4 @@ def AtomEditorComponents_occlusion_culling_plane_AddedToEntity(): if __name__ == "__main__": from editor_python_test_tools.utils import Report - Report.start_test(AtomEditorComponents_occlusion_culling_plane_AddedToEntity) + Report.start_test(AtomEditorComponents_OcclusionCullingPlane_AddedToEntity)