fix the test once again

This commit is contained in:
Tamo 2022-10-07 13:19:46 +02:00 committed by Clément Renault
parent 34a3ba6aa2
commit 826f7633de
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 3 additions and 3 deletions

View file

@ -371,7 +371,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();