fix some tests

This commit is contained in:
Louis Dureuil 2023-10-31 10:08:36 +01:00
parent dad78cbf8d
commit 9d59e8011a
No known key found for this signature in database
2 changed files with 7 additions and 31 deletions

View file

@ -1905,10 +1905,9 @@ pub(crate) mod tests {
3 3
"###);
db_snap!(index, facet_id_f64_docids, 2, @r###"
1 0 0 1 [0, ]
1 0 1 1 [1, 4, ]
1 0 2 1 [2, 5, ]
1 0 3 1 [3, 6, ]
1 0 1 1 [0, ]
1 0 2 1 [1, ]
1 0 3 1 [2, 3, ]
"###);
index
@ -1924,11 +1923,10 @@ pub(crate) mod tests {
3 3
"###);
db_snap!(index, facet_id_f64_docids, 3, @r###"
1 0 0 1 [0, ]
1 0 1 1 [1, 4, ]
1 0 2 1 [2, 5, ]
1 0 3 1 [3, 6, ]
1 0 4 1 [7, ]
1 0 1 1 [0, ]
1 0 2 1 [1, ]
1 0 3 1 [2, ]
1 0 4 1 [3, ]
"###);
index