| Index: test/unmodifiable_collection_test.dart
|
| diff --git a/test/unmodifiable_collection_test.dart b/test/unmodifiable_collection_test.dart
|
| index d810b75f9b84afbac9549f62ca3eee4cdd402b29..82189abe6087f4728b7af78990eeb46af7a04d0d 100644
|
| --- a/test/unmodifiable_collection_test.dart
|
| +++ b/test/unmodifiable_collection_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import "package:collection/wrappers.dart";
|
| -import "package:unittest/unittest.dart";
|
| +import "package:test/test.dart";
|
|
|
| // Test unmodifiable collection views.
|
| // The collections should pass through the operations that are allowed,
|
|
|