use insta::assert_snapshot; mod utils; #[test] fn test_rename_structs() { let (out, err) = utils::run_upgrader("rename_structs", "0.3.0", true); assert_snapshot!(out); assert_snapshot!(err); }