Skip to content

Commit

Permalink
add unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
madneal committed Dec 28, 2024
1 parent 295ecab commit 46daf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/search/gitlabsearch/search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ func TestRunSearchTask(t *testing.T) {
rules := []model.Rule{model.Rule{
Content: "mihoyo",
}}
RunSearchTask(&rules)
RunSearchTask(&rules, 0)
}

0 comments on commit 46daf05

Please sign in to comment.