Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Sep 8, 2020
1 parent 8f9c210 commit ac3978f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highfive/tests/test_newpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ def test_with_dirs(self):
chosen_reviewers, mentions = self.choose_reviewers(
self.fakes['diff']['normal'], "nikomatsakis"
)
assert set(["pnkfelix", "nrc", "aturon"]) == chosen_reviewers
assert set(["pnkfelix", "nrc"]) == chosen_reviewers
assert set([()]) == mentions

def test_with_dirs_no_intersection(self):
Expand Down

0 comments on commit ac3978f

Please sign in to comment.