Handling `ParseError` in Unit Tests for Schema Parsing
Hi! I try to write some unit tests, and want to handle the
However, this code doesn't pass. It has slightly different format (see the screenshot). Don't you know how to make this test pass? Ideally, the actual value should remain intact, since I don't control it.
ParseError case:However, this code doesn't pass. It has slightly different format (see the screenshot). Don't you know how to make this test pass? Ideally, the actual value should remain intact, since I don't control it.

