Skip to content

Commit

Permalink
format: ruff reformatted test_output.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rebekahrudd committed Oct 24, 2024
1 parent c935c88 commit 0ce7d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/output/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ def test_throw_errors_if_report_type_not_md_nor_json():

with pytest.raises(ValueError):
output.run_checks(
checks, report_location, report_storing_type, storing_location_name
)
checks, report_location, report_storing_type, storing_location_name
)
# assert value == False


Expand Down

0 comments on commit 0ce7d67

Please sign in to comment.