mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Fix tests
This commit is contained in:
parent
54d07a8da3
commit
9fedd8101a
13 changed files with 136 additions and 48 deletions
|
@ -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, ]
|
||||
"###);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue