Fixing test tools example test

This commit is contained in:
evanchia
2021-06-16 15:08:54 -07:00
parent dd95d2b02e
commit 3310110b9a
2 changed files with 15 additions and 3 deletions
@@ -80,9 +80,7 @@ class TestSystemExample(object):
with launcher.start():
remote_console.start()
launcher_load = remote_console.expect_log_line(
match_string='========================== '
'Finished loading textures '
'============================',
match_string='Level system is loading "simple_jacklocomotion"',
timeout=load_wait)
# Assert loading was successful using remote console logs: