0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-21 10:14:40 +02:00

Fix lint issue

This commit is contained in:
Tyrone Yeh 2025-05-07 13:15:35 +08:00
parent a82a39d322
commit 18f2d469d9
No known key found for this signature in database
GPG Key ID: AC8B5AA00375E170

View File

@ -416,7 +416,7 @@ func searchIssueInProject(t *testing.T) {
}{
{
SearchOptions{
ProjectID: optional.Some(int64(1)),
ProjectIDs: optional.Some(int64(1)),
},
[]int64{5, 3, 2, 1},
},