| Index: tests/html/transferables_test.dart
|
| diff --git a/tests/html/transferables_test.dart b/tests/html/transferables_test.dart
|
| index d2ad13f34b869025f298c3c4be231ba7c4281e45..d927bcd2e49074b31cb896b46ad3fdd405021461 100644
|
| --- a/tests/html/transferables_test.dart
|
| +++ b/tests/html/transferables_test.dart
|
| @@ -12,7 +12,7 @@ main() {
|
| useHtmlConfiguration();
|
|
|
| var isByteBuffer =
|
| - predicate((x) => x is ByteBuffer, 'is an ByteBuffer');
|
| + predicate((x) => x is ByteBuffer, 'is a ByteBuffer');
|
|
|
| test('TransferableTest', () {
|
| if (!Platform.supportsTypedData) {
|
|
|