| Index: tests/html/svgelement_test.dart
|
| diff --git a/tests/html/svgelement_test.dart b/tests/html/svgelement_test.dart
|
| index c5134cf8c93ebbb66f89b7a3ad9f48c2aa46a1af..256e766f01fadae101f782430522a130ef30c9f2 100644
|
| --- a/tests/html/svgelement_test.dart
|
| +++ b/tests/html/svgelement_test.dart
|
| @@ -243,7 +243,7 @@ main() {
|
| });
|
|
|
| group('constructors', () {
|
| - test('supported', () {
|
| + group('supported', () {
|
| testConstructor('a', (e) => e is svg.AElement);
|
| testConstructor('circle', (e) => e is svg.CircleElement);
|
| testConstructor('clipPath', (e) => e is svg.ClipPathElement);
|
|
|