mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix test
This commit is contained in:
parent
64079fc894
commit
aabce52b1b
1 changed files with 2 additions and 2 deletions
|
@ -1671,7 +1671,7 @@ mod tests {
|
||||||
let count = index
|
let count = index
|
||||||
.facet_id_string_docids
|
.facet_id_string_docids
|
||||||
.remap_key_type::<Bytes>()
|
.remap_key_type::<Bytes>()
|
||||||
.prefix_iter(&rtxn, &[0, 1, 0])
|
.prefix_iter(&rtxn, &[0, 0])
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.count();
|
.count();
|
||||||
assert_eq!(count, 5);
|
assert_eq!(count, 5);
|
||||||
|
@ -1703,7 +1703,7 @@ mod tests {
|
||||||
let count = index
|
let count = index
|
||||||
.facet_id_string_docids
|
.facet_id_string_docids
|
||||||
.remap_key_type::<Bytes>()
|
.remap_key_type::<Bytes>()
|
||||||
.prefix_iter(&rtxn, &[0, 1, 0])
|
.prefix_iter(&rtxn, &[0, 0])
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.count();
|
.count();
|
||||||
assert_eq!(count, 5);
|
assert_eq!(count, 5);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue