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:
parent
a82a39d322
commit
18f2d469d9
@ -416,7 +416,7 @@ func searchIssueInProject(t *testing.T) {
|
|||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
SearchOptions{
|
SearchOptions{
|
||||||
ProjectID: optional.Some(int64(1)),
|
ProjectIDs: optional.Some(int64(1)),
|
||||||
},
|
},
|
||||||
[]int64{5, 3, 2, 1},
|
[]int64{5, 3, 2, 1},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user