Skip to content

Commit

Permalink
Remove redundant var
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 8b98463 commit c0f7ce8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,9 +706,6 @@ def test_has_at_least_one_issue_from_rules() -> None:
rule_uid=rule_uid_2,
)

first_rule_uid = "test.com:qc:1.0.0:first.rule"
second_rule_uid = "test.com:qc:1.0.0:second.rule"

assert (
result_report.has_at_least_one_issue_from_rules(
{"test.com:qc:1.0.0:third.rule", "test.com:qc:1.0.0:fourth.rule"}
Expand Down

0 comments on commit c0f7ce8

Please sign in to comment.