enable NullRenderer for test, clean-up some test verifications

This commit is contained in:
jromnoa
2021-04-22 18:17:09 -07:00
parent 1fed4cd335
commit 32d643fe95
3 changed files with 5 additions and 5 deletions
@@ -40,8 +40,8 @@ import azlmbr.render as render
sys.path.append(os.path.join(azlmbr.paths.devroot, "AutomatedTesting", "Gem", "PythonTests"))
import automatedtesting_shared.hydra_editor_utils as hydra
from automatedtesting_shared.utils import TestHelper as helper
import editor_python_test_tools.hydra_editor_utils as hydra
from editor_python_test_tools.utils import TestHelper as helper
class TestAllComponentsBasicTests(object):