Skip to content

Commit 1b37681

Browse files
committed
Fix test
1 parent ab71563 commit 1b37681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/issue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ func TestIssueClose(t *testing.T) {
702702
t.Fatalf("error running command `issue close`: %v", err)
703703
}
704704

705-
r := regexp.MustCompile(`closed issue #13`)
705+
r := regexp.MustCompile(`Closed issue #13`)
706706

707707
if !r.MatchString(output.Stderr()) {
708708
t.Fatalf("output did not match regexp /%s/\n> output\n%q\n", r, output.Stderr())

0 commit comments

Comments
 (0)