From 0ce7d67ed5f235dea49909da769b7fe655bce0e9 Mon Sep 17 00:00:00 2001 From: Rebekah Rudd Date: Thu, 24 Oct 2024 16:55:23 -0400 Subject: [PATCH] format: ruff reformatted test_output.py --- tests/output/test_output.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/output/test_output.py b/tests/output/test_output.py index bd8966b7..2d03129f 100644 --- a/tests/output/test_output.py +++ b/tests/output/test_output.py @@ -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