From 112273881b603e3956be57545d0f0b2679d5e848 Mon Sep 17 00:00:00 2001 From: Stefan Probst Date: Mon, 20 Mar 2023 22:35:29 +0100 Subject: [PATCH] update unit test error message --- tests/lib/rules/no-unknown-property.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lib/rules/no-unknown-property.js b/tests/lib/rules/no-unknown-property.js index 7e46a7f123..0fc510e3b5 100644 --- a/tests/lib/rules/no-unknown-property.js +++ b/tests/lib/rules/no-unknown-property.js @@ -473,7 +473,7 @@ ruleTester.run('no-unknown-property', rule, { data: { name: 'fill', tagName: 'div', - allowedTags: 'altGlyph, circle, ellipse, g, line, marker, mask, path, polygon, polyline, rect, svg, text, textPath, tref, tspan, use, animate, animateColor, animateMotion, animateTransform, set', + allowedTags: 'altGlyph, circle, ellipse, g, line, marker, mask, path, polygon, polyline, rect, svg, symbol, text, textPath, tref, tspan, use, animate, animateColor, animateMotion, animateTransform, set', }, }, ],