diff --git a/tests/test_edgeql_syntax.py b/tests/test_edgeql_syntax.py index 8bf01b623de..559e4ed80c9 100644 --- a/tests/test_edgeql_syntax.py +++ b/tests/test_edgeql_syntax.py @@ -6391,6 +6391,7 @@ def test_edgeql_syntax_ddl_01(self): # When returning multiple errors is supported, we should still return # just the first one. + class TestEdgeQLNormalization(EdgeQLSyntaxTest): def _run_test(self, *, source, spec=None, expected=None):