Skip to content

Commit

Permalink
minor test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CascadingRadium committed Feb 20, 2025
1 parent 8fe5e34 commit 95dbd94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4438,7 +4438,6 @@ func TestSynonymSearchQueries(t *testing.T) {
if totalSynonymSearchStat != 2*len(testQueries) {
t.Fatalf("expected %d synonym searches, got %d", len(testQueries), totalSynonymSearchStat)
}
totalSynonymSearchStat = getTotalSynonymSearchStat(indexes[0])
for i := 1; i < numIndexes; i++ {
idxStat := getTotalSynonymSearchStat(indexes[i])
if idxStat != totalSynonymSearchStat {
Expand Down

0 comments on commit 95dbd94

Please sign in to comment.