Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <[email protected]>
  • Loading branch information
lhy1024 committed Oct 14, 2024
1 parent 9266c24 commit fe4ebc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/statistics/utils/topn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func TestTTL(t *testing.T) {
}
re.True(tn.Put(item))
}
tn.RemoveExpired()
for i := 3; i < Total; i += 3 {
item := &item{id: uint64(i), values: []float64{float64(-i) + 100}}
for k := 1; k < DimLen; k++ {
Expand Down

0 comments on commit fe4ebc4

Please sign in to comment.