mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Fix insta snapshots
This commit is contained in:
committed by
Clément Renault
parent
8ebb49d1b1
commit
314b89ca30
@ -276,16 +276,16 @@ pub(crate) mod test {
|
||||
.
|
||||
├---- indexes/
|
||||
│ └---- doggos/
|
||||
│ │ ├---- settings.json
|
||||
│ │ ├---- documents.jsonl
|
||||
│ │ ├---- metadata.json
|
||||
│ │ └---- documents.jsonl
|
||||
│ │ └---- settings.json
|
||||
├---- tasks/
|
||||
│ ├---- update_files/
|
||||
│ │ └---- 1.jsonl
|
||||
│ └---- queue.jsonl
|
||||
├---- instance_uid.uuid
|
||||
├---- keys.jsonl
|
||||
├---- metadata.json
|
||||
└---- instance_uid.uuid
|
||||
└---- metadata.json
|
||||
"###);
|
||||
|
||||
// ==== checking the top level infos
|
||||
|
Reference in New Issue
Block a user