| Index: test/iterable_zip_test.dart
|
| diff --git a/test/iterable_zip_test.dart b/test/iterable_zip_test.dart
|
| index ec191fe56b61638ac8756737c734825bcc2fd403..cc8ac76f03685d3b307add6266dc0c77b14a9fb6 100644
|
| --- a/test/iterable_zip_test.dart
|
| +++ b/test/iterable_zip_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| import "dart:collection";
|
| import "package:collection/iterable_zip.dart";
|
| -import "package:unittest/unittest.dart";
|
| +import "package:test/test.dart";
|
|
|
| /// Iterable like [base] except that it throws when value equals [errorValue].
|
| Iterable iterError(Iterable base, int errorValue) {
|
|
|