Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CascadingRadium committed Dec 19, 2024
1 parent 0f11d73 commit c731844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3836,7 +3836,7 @@ func TestThesaurusTermReader(t *testing.T) {
}

for synName, synDef := range synonymDocuments {
err := batch.IndexSynonym(synName, "collection1", synDef)
err := batch.IndexSynonym(synName, synonymCollection, synDef)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit c731844

Please sign in to comment.