for unit test

This commit is contained in:
Tyrone Yeh 2024-04-01 15:59:26 +08:00
parent 8dcdbf60a4
commit fc63953df6
No known key found for this signature in database
GPG Key ID: A0725352B993FBDD
1 changed files with 0 additions and 6 deletions

View File

@ -361,12 +361,6 @@ func searchIssueInProject(t *testing.T) {
opts SearchOptions
expectedIDs []int64
}{
{
SearchOptions{
ProjectID: optional.Some(int64(1)),
},
[]int64{5, 3, 2, 1},
},
{
SearchOptions{
ProjectBoardID: optional.Some(int64(1)),