Fix test
This commit is contained in:
parent
ab715638a4
commit
1b37681a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue