| Index: tests/html/svgelement_test.dart
|
| diff --git a/tests/html/svgelement_test.dart b/tests/html/svgelement_test.dart
|
| index 246b4ec16c6e43eaedd61e0b26a185514ea12923..5e5fc89fd9ab57e82a2b583f5aaf4db8704561aa 100644
|
| --- a/tests/html/svgelement_test.dart
|
| +++ b/tests/html/svgelement_test.dart
|
| @@ -78,7 +78,7 @@ main() {
|
| });
|
| });
|
|
|
| - // Unfortunately, because the filtering mechanism in unitttest is a regex done
|
| + // Unfortunately, because the filtering mechanism in unittest is a regex done
|
| group('supported_animate', () {
|
| test('supported', () {
|
| expect(svg.AnimateElement.supported, true);
|
|
|