X Tutup
Skip to content

Commit 0faf52d

Browse files
committed
change comment to refer to pr
1 parent 3caa7cc commit 0faf52d

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
@@ -170,7 +170,7 @@ func TestIssueList_tty_withFlags(t *testing.T) {
170170
assert.Equal(t, "probablyCher", params["assignee"].(string))
171171
assert.Equal(t, "foo", params["author"].(string))
172172
assert.Equal(t, "me", params["mention"].(string))
173-
assert.Equal(t, "12345", params["milestone"].(string)) // Database ID for the Milestone (see #1441)
173+
assert.Equal(t, "12345", params["milestone"].(string)) // Database ID for the Milestone (see #1462)
174174
assert.Equal(t, []interface{}{"web", "bug"}, params["labels"].([]interface{}))
175175
assert.Equal(t, []interface{}{"OPEN"}, params["states"].([]interface{}))
176176
}))

0 commit comments

Comments
 (0)
X Tutup