Skip to content

Commit

Permalink
formatting: changed formatting to match linter in test_output.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rebekahrudd committed Oct 24, 2024
1 parent 48f0ee3 commit 45eeb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/output/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def test_throw_errors_if_report_type_not_md_nor_json():
value = output.run_checks(
checks, report_location, report_storing_type, storing_location_name
)
assert value == False
assert value is False


def test_write_md_and_json_correctly(tmp_path):
Expand Down

0 comments on commit 45eeb27

Please sign in to comment.