fix the snapshot tests of the dump after renaming a bunch of kinds

This commit is contained in:
Irevoire 2022-10-22 16:10:53 +02:00 committed by Clément Renault
parent 2c0fde4a1a
commit de7d4200d8
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 5 additions and 5 deletions

View file

@ -417,7 +417,7 @@ pub(crate) mod test {
// tasks
let tasks = dump.tasks().unwrap().collect::<Result<Vec<_>>>().unwrap();
let (tasks, update_files): (Vec<_>, Vec<_>) = tasks.into_iter().unzip();
meili_snap::snapshot_hash!(meili_snap::json_string!(tasks), @"b37c01556be2e5ded407a9319915b406");
meili_snap::snapshot_hash!(meili_snap::json_string!(tasks), @"5d5d839c70adf763d0dc2e0b46c59828");
assert_eq!(update_files.len(), 22);
assert!(update_files[0].is_none()); // the dump creation
assert!(update_files[1].is_some()); // the enqueued document addition