We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab71563 commit 1b37681Copy full SHA for 1b37681
command/issue_test.go
@@ -702,7 +702,7 @@ func TestIssueClose(t *testing.T) {
702
t.Fatalf("error running command `issue close`: %v", err)
703
}
704
705
- r := regexp.MustCompile(`closed issue #13`)
+ r := regexp.MustCompile(`Closed issue #13`)
706
707
if !r.MatchString(output.Stderr()) {
708
t.Fatalf("output did not match regexp /%s/\n> output\n%q\n", r, output.Stderr())
0 commit comments