From c25e0457812809c515b8ae0d5a851a22e14cec7b Mon Sep 17 00:00:00 2001 From: Alvaro Martinez Barrio Date: Fri, 2 Feb 2024 17:49:12 +0100 Subject: [PATCH] fix: typo --- tests/report/test_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/report/test_report.py b/tests/report/test_report.py index 9aade760..d6c2fa18 100644 --- a/tests/report/test_report.py +++ b/tests/report/test_report.py @@ -380,5 +380,5 @@ def test_create_dynamic_report(tmp_path): info=mock.MagicMock(), output_path=tmp_path, ) - # For now just asser that there is an attempt to write the report + # For now just assert that there is an attempt to write the report instance.write.assert_called_once()