Skip to content

Commit 18f2d46

Browse files
committed
Fix lint issue
1 parent a82a39d commit 18f2d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/indexer/issues/indexer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ func searchIssueInProject(t *testing.T) {
416416
}{
417417
{
418418
SearchOptions{
419-
ProjectID: optional.Some(int64(1)),
419+
ProjectIDs: optional.Some(int64(1)),
420420
},
421421
[]int64{5, 3, 2, 1},
422422
},

0 commit comments

Comments
 (0)