Update snapshot tests

This commit is contained in:
Charlie Marsh
2023-06-19 13:16:07 -04:00
parent 6f65c5cba7
commit 9cb00518e5
15 changed files with 70 additions and 55 deletions

View File

@@ -1114,10 +1114,10 @@ def test():
class Abcd:
pass
"#
.trim(),
.trim(),
"<test>",
)
.unwrap();
.unwrap();
insta::assert_debug_snapshot!(parse_ast);
}
}