Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanag committed Jan 31, 2024
1 parent 2e48319 commit b563265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_image_property_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ def test_get_scores(self, image_property, issue_type, expected_output):
],
)
def test_mark_issue(self, image_property, scores, threshold, expected_mark):
mark = image_property.mark_issue(scores, threshold, "fake_issue")
mark = image_property.mark_issue(scores, "fake_issue", threshold)
assert all(mark == expected_mark)

0 comments on commit b563265

Please sign in to comment.