Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ambarrio committed Feb 9, 2024
1 parent d3dd3e7 commit c25e045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/report/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit c25e045

Please sign in to comment.