Update command/pr_test.go

Co-authored-by: Billy Griffin <5091167+billygriffin@users.noreply.github.com>
This commit is contained in:
Corey Johnson 2020-05-18 14:39:52 -07:00 committed by GitHub
parent 6eab3751d0
commit be927b34ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1133,7 +1133,7 @@ func TestPRReady_alreadyReady(t *testing.T) {
t.Fatalf("error running command `pr ready`: %v", err)
}
r := regexp.MustCompile(`Pull request #445 was already marked as "ready for review"`)
r := regexp.MustCompile(`Pull request #445 is already "ready for review"`)
if !r.MatchString(output.Stderr()) {
t.Fatalf("output did not match regexp /%s/\n> output\n%q\n", r, output.Stderr())