Fix PythonBindingsExampleTest name
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user