From 1790d14c61b06a5e9ccffe1a533aad29ea2d9163 Mon Sep 17 00:00:00 2001 From: Amanda Pinsker Date: Mon, 10 Feb 2020 16:44:37 -0800 Subject: [PATCH] Update tests to reflect content change --- command/pr_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {