mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix some tests
This commit is contained in:
parent
dad78cbf8d
commit
9d59e8011a
2 changed files with 7 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue