Skip to content

Commit

Permalink
Update tests to reflect content change
Browse files Browse the repository at this point in the history
  • Loading branch information
ampinsk authored Feb 11, 2020
1 parent e61b216 commit 1790d14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions command/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ func TestPRStatus_reviewsAndChecks(t *testing.T) {
}

expected := []string{
"- Checks passing - changes requested",
"- Checks pending - approved",
"- 1/3 checks failing - review required",
"- Checks passing - Changes requested",
"- Checks pending - Approved",
"- 1/3 checks failing - Review required",
}

for _, line := range expected {
Expand Down

0 comments on commit 1790d14

Please sign in to comment.