diff --git a/command/pr_test.go b/command/pr_test.go index 3fbfb0b8e..cd22d5a85 100644 --- a/command/pr_test.go +++ b/command/pr_test.go @@ -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 {