Skip to content

Commit a17c6fa

Browse files
cpegericashvardanian
authored andcommitted
Improve: Add data field to FilteredSearchHandler test
1 parent 95f713e commit a17c6fa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

golang/lib_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,7 @@ func TestUnsafeOperations(t *testing.T) {
654654
}
655655
return 1
656656
},
657+
data: int64(1),
657658
}
658659

659660
keys, distances, err = index.FilteredSearchUnsafe(ptr, 5, handler)

0 commit comments

Comments
 (0)