mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Fix tests
This commit is contained in:
@ -1946,14 +1946,14 @@ pub(crate) mod tests {
|
||||
3 3
|
||||
"###);
|
||||
db_snap!(index, facet_id_f64_docids, 3, @r###"
|
||||
0 0 0 1 [4, ]
|
||||
0 0 1 1 [5, ]
|
||||
0 0 2 1 [6, ]
|
||||
0 0 3 1 [7, ]
|
||||
1 0 1 1 [4, ]
|
||||
1 0 2 1 [5, ]
|
||||
1 0 3 1 [6, ]
|
||||
1 0 4 1 [7, ]
|
||||
0 0 0 1 [0, ]
|
||||
0 0 1 1 [1, ]
|
||||
0 0 2 1 [2, ]
|
||||
0 0 3 1 [3, ]
|
||||
1 0 1 1 [0, ]
|
||||
1 0 2 1 [1, ]
|
||||
1 0 3 1 [2, ]
|
||||
1 0 4 1 [3, ]
|
||||
"###);
|
||||
}
|
||||
|
||||
@ -2038,9 +2038,9 @@ pub(crate) mod tests {
|
||||
3 3
|
||||
"###);
|
||||
db_snap!(index, facet_id_f64_docids, 1, @r###"
|
||||
1 0 0 1 [0, 4, ]
|
||||
1 0 1 1 [1, 5, ]
|
||||
1 0 2 1 [2, 6, ]
|
||||
1 0 0 1 [0, ]
|
||||
1 0 1 1 [1, ]
|
||||
1 0 2 1 [2, ]
|
||||
1 0 3 1 [3, ]
|
||||
"###);
|
||||
}
|
||||
|
Reference in New Issue
Block a user