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 efe0a5f422
commit 026f6fb06a
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();