Skip to content

Commit

Permalink
Update base_test_case.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshQuake committed Aug 19, 2024
1 parent 9da1665 commit b7df7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/base_test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def assert_asset_exists(self, asset_name, folder_path, exists=True):
self.log(f'Ensuring that "{asset_name}" exists...')
self.assertTrue(
self.unreal.asset_exists(f'{folder_path}{asset_name}'),
f'The "{asset_name}" does not exist in unreal!'
f'The "{asset_name}" does not exist in unreal! Loc: {folder_path}'
)
else:
self.log(f'Ensuring that "{asset_name}" does not exist...')
Expand Down

0 comments on commit b7df7fc

Please sign in to comment.