Skip to content

Commit 8725f24

Browse files
Anton Korshikovlemire
authored andcommitted
fix populating binaryfusedbig
1 parent ec05e18 commit 8725f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binaryfusefilter_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ func binaryfusedbigInit() {
299299
for i := range keys {
300300
keys[i] = rand.Uint64()
301301
}
302-
NewBinaryFuse[testType](keys)
302+
binaryfusedbig, _ = PopulateBinaryFuse8(keys)
303303
fmt.Println("Binary Fuse setup ok")
304304
}
305305

0 commit comments

Comments
 (0)