From 43b1d0444d93d967f41da003843d7402317740fd Mon Sep 17 00:00:00 2001 From: John Date: Thu, 17 Jun 2021 19:47:01 +0100 Subject: [PATCH] Fix PythonBindingsExampleTest name --- Code/Tools/PythonBindingsExample/tests/ApplicationTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Tools/PythonBindingsExample/tests/ApplicationTests.cpp b/Code/Tools/PythonBindingsExample/tests/ApplicationTests.cpp index a463a5216d..a57b35fb7e 100644 --- a/Code/Tools/PythonBindingsExample/tests/ApplicationTests.cpp +++ b/Code/Tools/PythonBindingsExample/tests/ApplicationTests.cpp @@ -63,7 +63,7 @@ namespace PythonBindingsExample AZStd::unique_ptr PythonBindingsExampleTest::s_application; - TEST_F(PythonBindingsExampleTest, Application_Run_Fails) + TEST_F(PythonBindingsExampleTest, Application_Run_Succeeds) { EXPECT_TRUE(s_application->Run()); }