mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fix the test once again
This commit is contained in:
parent
34a3ba6aa2
commit
826f7633de
2 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue