We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03f5a4 commit 4751699Copy full SHA for 4751699
tests/integration/issue_test.go
@@ -579,7 +579,7 @@ func TestSearchIssues(t *testing.T) {
579
func TestSearchIssuesWithLabels(t *testing.T) {
580
defer tests.PrepareTestEnv(t)()
581
582
- expectedIssueCount := min(20, setting.UI.IssuePagingNum) // from the fixtures
+ expectedIssueCount := min(20, setting.UI.IssuePagingNum) // 20 is from the fixtures
583
584
session := loginUser(t, "user1")
585
link, _ := url.Parse("/issues/search")
0 commit comments