Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Feb 1, 2024
1 parent 8bfb828 commit d96cb8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion testing/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,10 @@ def run_impeller_golden_tests(build_dir: str):
num_generated_files = len(os.listdir(temp_dir))
if num_generated_files != _NUM_EXPECTED_GENERATED_IMPELLER_GOLDEN_FILES:
raise Exception(
f'`impeller_golden_tests` was expected to generate {_NUM_EXPECTED_GENERATED_IMPELLER_GOLDEN_FILES} files, {num_generated_files} were generated. If this is expected, update _NUM_EXPECTED_GENERATED_IMPELLER_GOLDEN_FILES.'
'`impeller_golden_tests` was expected to generate '
f'{_NUM_EXPECTED_GENERATED_IMPELLER_GOLDEN_FILES} files, '
f'{num_generated_files} were generated. If this is expected, update '
'_NUM_EXPECTED_GENERATED_IMPELLER_GOLDEN_FILES.'
)

with DirectoryChange(harvester_path):
Expand Down

0 comments on commit d96cb8d

Please sign in to comment.