Not all generated schemas are valid. Especially when using the Rust style names with <, >, or , for schema name generation it breaks schema validation.
I suggest to add a validation check to declare_snapshot_test and then change the generated names #799
Not all generated schemas are valid. Especially when using the Rust style names with
<
,>
, or,
for schema name generation it breaks schema validation.I suggest to add a validation check to
declare_snapshot_test
and then change the generated names #799