Skip to content

Commit 0f2e898

Browse files
author
Tyrone Yeh
committed
for unit test
1 parent 8dcdbf6 commit 0f2e898

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/indexer/issues/indexer_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,6 @@ func searchIssueInProject(t *testing.T) {
361361
opts SearchOptions
362362
expectedIDs []int64
363363
}{
364-
{
365-
SearchOptions{
366-
ProjectID: optional.Some(int64(1)),
367-
},
368-
[]int64{5, 3, 2, 1},
369-
},
370364
{
371365
SearchOptions{
372366
ProjectBoardID: optional.Some(int64(1)),

0 commit comments

Comments
 (0)