This commit is contained in:
ManyTheFish 2024-03-19 14:20:46 +01:00
parent 64079fc894
commit aabce52b1b
1 changed files with 2 additions and 2 deletions

View File

@ -1671,7 +1671,7 @@ mod tests {
let count = index
.facet_id_string_docids
.remap_key_type::<Bytes>()
.prefix_iter(&rtxn, &[0, 1, 0])
.prefix_iter(&rtxn, &[0, 0])
.unwrap()
.count();
assert_eq!(count, 5);
@ -1703,7 +1703,7 @@ mod tests {
let count = index
.facet_id_string_docids
.remap_key_type::<Bytes>()
.prefix_iter(&rtxn, &[0, 1, 0])
.prefix_iter(&rtxn, &[0, 0])
.unwrap()
.count();
assert_eq!(count, 5);