mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix the dumps tests since we added informations in the DumpTask
This commit is contained in:
parent
188e95d00f
commit
49b14064c2
3 changed files with 12 additions and 12 deletions
|
@ -295,7 +295,7 @@ pub(crate) mod test {
|
|||
meili_snap::snapshot_hash!(meili_snap::json_string!(update_file), @"7b8889539b669c7b9ddba448bafa385d");
|
||||
|
||||
// keys
|
||||
let keys = dump.keys().collect::<Result<Vec<_>>>().unwrap();
|
||||
let keys = dump.keys().unwrap().collect::<Result<Vec<_>>>().unwrap();
|
||||
meili_snap::snapshot_hash!(meili_snap::json_string!(keys), @"091ddad754f3cc7cf1d03a477855e819");
|
||||
|
||||
// indexes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue