This commit is contained in:
Corey Johnson 2020-04-28 12:57:24 -07:00
parent ab715638a4
commit 1b37681a6f

View file

@ -702,7 +702,7 @@ func TestIssueClose(t *testing.T) {
t.Fatalf("error running command `issue close`: %v", err)
}
r := regexp.MustCompile(`closed issue #13`)
r := regexp.MustCompile(`Closed issue #13`)
if !r.MatchString(output.Stderr()) {
t.Fatalf("output did not match regexp /%s/\n> output\n%q\n", r, output.Stderr())