diff --git a/test/validator/samples/svg-child-component-undeclared-namespace/warnings.json b/test/validator/samples/svg-child-component-undeclared-namespace/warnings.json index dce19a77cf..fc3d19a487 100644 --- a/test/validator/samples/svg-child-component-undeclared-namespace/warnings.json +++ b/test/validator/samples/svg-child-component-undeclared-namespace/warnings.json @@ -1,6 +1,6 @@ [{ "code": "missing-namespace", - "message": " is an SVG element – did you forget to add { namespace: 'svg' } ?", + "message": " is an SVG element – did you forget to add ?", "start": { "line": 1, "column": 0,