| Index: tests/lib/convert/encoding_test.dart
|
| diff --git a/tests/lib/convert/encoding_test.dart b/tests/lib/convert/encoding_test.dart
|
| index cbdf72d1fc8b55b9eb3100f83b491015a232b0d5..4c78a85559a4de33237659bc1690e0e53c1dd34b 100644
|
| --- a/tests/lib/convert/encoding_test.dart
|
| +++ b/tests/lib/convert/encoding_test.dart
|
| @@ -6,7 +6,7 @@ import "package:expect/expect.dart";
|
| import 'dart:async';
|
| import 'dart:convert';
|
| import 'unicode_tests.dart';
|
| -import '../../async_helper.dart';
|
| +import "package:async_helper/async_helper.dart";
|
|
|
| void runTest(List<int> bytes, expected) {
|
| var controller = new StreamController();
|
|
|