Skip to content

Commit

Permalink
fix auto_rule_tester
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Nov 11, 2024
1 parent 5d59c4a commit b3fae9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/util/test_auto_rule_tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ def test_full_auto_rule_test_run(self, auto_rule_tester, capsys):
]

expected_overall_results = [
"+ Successful Tests: 32",
"- Failed Tests: 6",
"+ Successful Tests: 31",
"- Failed Tests: 7",
"~ Warning: 2",
"Rule Test Coverage: 72.72727272727273",
"Total Tests: 38",
Expand Down

0 comments on commit b3fae9d

Please sign in to comment.