Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Jan 18, 2021
1 parent d46e417 commit 1571dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/rtd_tests/tests/test_automation_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def test_matches_history(self, trigger_build):
version_type=TAG,
)

assert rule.run(version) is True
assert rule.run(version) == (True, None)
assert rule.matches.all().count() == 1

match = rule.matches.first()
Expand Down

0 comments on commit 1571dac

Please sign in to comment.