mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Fix some snapshots
This commit is contained in:
parent
e78281785c
commit
a35988550c
2 changed files with 58 additions and 92 deletions
|
@ -2586,8 +2586,7 @@ mod tests {
|
|||
{"id":1,"doggo":"bernese"}
|
||||
"###);
|
||||
db_snap!(index, external_documents_ids, @r###"
|
||||
soft:
|
||||
hard:
|
||||
docids:
|
||||
1 0
|
||||
"###);
|
||||
|
||||
|
@ -2632,8 +2631,7 @@ mod tests {
|
|||
"###);
|
||||
|
||||
db_snap!(index, external_documents_ids, @r###"
|
||||
soft:
|
||||
hard:
|
||||
docids:
|
||||
0 1
|
||||
"###);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue