| Index: tests/html/notifications_test.dart
|
| diff --git a/tests/html/notifications_test.dart b/tests/html/notifications_test.dart
|
| index 85612571d7a1a73f1487d0dcaeacc15f72747c9d..796680f72114c43edee69a3c44fe40f07d257c18 100644
|
| --- a/tests/html/notifications_test.dart
|
| +++ b/tests/html/notifications_test.dart
|
| @@ -12,7 +12,7 @@ main() {
|
| });
|
| });
|
|
|
| - group('unsupported throws', () {
|
| + group('unsupported_throws', () {
|
| test('createNotification', () {
|
| var expectation = NotificationCenter.supported ? returnsNormally : throws;
|
| expect(() { window.notifications.createNotification; }, expectation);
|
|
|