diff --git a/parser/src/parser.rs b/parser/src/parser.rs index ef840ab..b82d3d1 100644 --- a/parser/src/parser.rs +++ b/parser/src/parser.rs @@ -692,7 +692,7 @@ def func[**P](*args: P.args, **kwargs: P.kwargs): def func[T, U: str, *Ts, **P](): pass "; - insta::assert_debug_snapshot!(ast::Suite::parse(source, "").unwrap()); + insta::assert_debug_snapshot!(ast::Suite::parse(source, "").unwrap()); } #[test]