Index: test/stream_zip_test.dart |
diff --git a/test/stream_zip_test.dart b/test/stream_zip_test.dart |
index 35ace7d12815529052e394d699aa7c3a3117407a..47f3d8dc6f3de5c2622fd7ebbff3282e77bc531d 100644 |
--- a/test/stream_zip_test.dart |
+++ b/test/stream_zip_test.dart |
@@ -3,7 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
import "dart:async"; |
-import "package:async/stream_zip.dart"; |
+ |
+import "package:async/async.dart"; |
import "package:test/test.dart"; |
/// Create an error with the same values as [base], except that it throwsA |