Skip to content

Commit

Permalink
Update test_validate_format.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Apr 5, 2024
1 parent 7df741c commit b55b254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_validate_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ def test_project_files():
errors = []
for file in files:
try:
result = validate_file(file)
validate_file(file)
except Exception as e:
pass
errors.append(e)
assert not errors, "\n".join(errors)


Expand Down

0 comments on commit b55b254

Please sign in to comment.