Fix PythonBindingsExampleTest name

This commit is contained in:
John
2021-06-17 19:47:01 +01:00
parent 8e9ffc458c
commit 43b1d0444d
@@ -63,7 +63,7 @@ namespace PythonBindingsExample
AZStd::unique_ptr<PythonBindingsExample::Application> PythonBindingsExampleTest::s_application;
TEST_F(PythonBindingsExampleTest, Application_Run_Fails)
TEST_F(PythonBindingsExampleTest, Application_Run_Succeeds)
{
EXPECT_TRUE(s_application->Run());
}