From 45eeb272539cad243c71899aa1df36b392cfced3 Mon Sep 17 00:00:00 2001 From: Rebekah Rudd Date: Thu, 24 Oct 2024 17:08:45 -0400 Subject: [PATCH] formatting: changed formatting to match linter in test_output.py --- tests/output/test_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/output/test_output.py b/tests/output/test_output.py index a6663a16..558e8f4e 100644 --- a/tests/output/test_output.py +++ b/tests/output/test_output.py @@ -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):