Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
Signed-off-by: hoangtungdinh <[email protected]>
  • Loading branch information
hoangtungdinh committed Sep 10, 2024
1 parent 16af9d5 commit 86c2c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ def test_has_at_least_one_issue_from_rules() -> None:
assert result_report.has_at_least_one_issue_from_rules({}) == False


def test_has_at_least_one_issue_from_rules() -> None:
def test_registration_without_summary() -> None:
result_report = Result()

result_report.register_checker_bundle(
Expand Down

0 comments on commit 86c2c1b

Please sign in to comment.