[LYN-3160] Fixed python bindings unit test that was still looking for get/set_edit_mode functions.

This commit is contained in:
Chris Galvan
2021-04-22 15:22:44 -05:00
parent 607f786687
commit 8e1eb32de7
@@ -151,9 +151,6 @@ namespace EditorPythonBindingsUnitTests
EXPECT_TRUE(behaviorContext->m_methods.find("get_axis_constraint") != behaviorContext->m_methods.end());
EXPECT_TRUE(behaviorContext->m_methods.find("set_axis_constraint") != behaviorContext->m_methods.end());
EXPECT_TRUE(behaviorContext->m_methods.find("get_edit_mode") != behaviorContext->m_methods.end());
EXPECT_TRUE(behaviorContext->m_methods.find("set_edit_mode") != behaviorContext->m_methods.end());
EXPECT_TRUE(behaviorContext->m_methods.find("get_pak_from_file") != behaviorContext->m_methods.end());
EXPECT_TRUE(behaviorContext->m_methods.find("log") != behaviorContext->m_methods.end());