mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 08:41:00 +00:00
fix some tests
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user