fix the tests

This commit is contained in:
Tamo 2022-10-10 20:40:27 +02:00 committed by Clément Renault
parent 997e7450d4
commit baa67fade2
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 4 additions and 4 deletions

View file

@ -257,7 +257,7 @@ pub(crate) mod test {
// keys
let keys = dump.keys().collect::<Result<Vec<_>>>().unwrap();
insta::assert_json_snapshot!(keys);
insta::assert_json_snapshot!(keys, { "[].uid" => "[uuid]" });
// indexes
let mut indexes = dump.indexes().unwrap().collect::<Result<Vec<_>>>().unwrap();