| Index: tests/lib/convert/streamed_conversion_json_utf8_decode_test.dart
|
| diff --git a/tests/lib/convert/streamed_conversion_json_utf8_decode_test.dart b/tests/lib/convert/streamed_conversion_json_utf8_decode_test.dart
|
| index 1c88d2b800af7cbcf800a5d628a3e12b976aaa83..7516a1d0110c158dbe0bdb0340f86829d3b597bc 100644
|
| --- a/tests/lib/convert/streamed_conversion_json_utf8_decode_test.dart
|
| +++ b/tests/lib/convert/streamed_conversion_json_utf8_decode_test.dart
|
| @@ -6,7 +6,7 @@ import "package:expect/expect.dart";
|
| import 'dart:async';
|
| import 'dart:convert';
|
| import 'json_unicode_tests.dart';
|
| -import '../../async_helper.dart';
|
| +import "package:async_helper/async_helper.dart";
|
|
|
| final JSON_UTF8 = JSON.fuse(UTF8);
|
|
|
|
|