Skip to content

Commit

Permalink
fix interface change bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CascadingRadium committed Dec 10, 2024
1 parent 8bbd323 commit 2f8298c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thesaurus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func checkWithDeletes(except *roaring.Bitmap, collectionName string, testSynonym
return errors.New("expected empty postings list")
}
}
synSeg, ok := seg.(segment.SynonymSegment)
synSeg, ok := seg.(segment.ThesaurusSegment)
if !ok {
return errors.New("expected synonym segment")
}
Expand Down

0 comments on commit 2f8298c

Please sign in to comment.