Skip to content

Commit

Permalink
When the classification is mentioning a push which backs-out two push…
Browse files Browse the repository at this point in the history
…es, they might both be at fault
  • Loading branch information
marco-c committed Mar 30, 2020
1 parent 7167727 commit 69d17de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_push.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def mock_backouts(cls):
p[i + 2]._revs = ["rev4.1", "rev4.2"]

assert p[i].get_regressions("label") == {"test-failure": 0}
assert p[i + 1].get_regressions("label") == {}
assert p[i + 1].get_regressions("label") == {"test-failure": 0}


def test_fixed_by_commit_multiple_backout(monkeypatch, create_pushes):
Expand Down

0 comments on commit 69d17de

Please sign in to comment.