chore: migrate insta snapshots to RON

This commit is contained in:
ThetaDev 2022-09-24 18:50:52 +02:00
parent bf97f31173
commit 45707c4d01
23 changed files with 17262 additions and 11092 deletions

View file

@ -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]"
});
}