chore: migrate insta snapshots to RON
This commit is contained in:
parent
bf97f31173
commit
45707c4d01
23 changed files with 17262 additions and 11092 deletions
|
|
@ -315,7 +315,7 @@ mod tests {
|
|||
"deserialization/mapping warnings: {:?}",
|
||||
map_res.warnings
|
||||
);
|
||||
insta::assert_yaml_snapshot!(format!("map_playlist_data_{}", name), map_res.c, {
|
||||
insta::assert_ron_snapshot!(format!("map_playlist_data_{}", name), map_res.c, {
|
||||
".last_update" => "[date]"
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue