Index: pkg/collection/test/wrapper_test.dart |
diff --git a/pkg/collection_helpers/test/wrapper_test.dart b/pkg/collection/test/wrapper_test.dart |
similarity index 99% |
rename from pkg/collection_helpers/test/wrapper_test.dart |
rename to pkg/collection/test/wrapper_test.dart |
index 3c3da3cc793b7cc27af9aa6ac01bc9cf02649631..875a70aedae241df8b34ca2adc5fc588f51c36ab 100644 |
--- a/pkg/collection_helpers/test/wrapper_test.dart |
+++ b/pkg/collection/test/wrapper_test.dart |
@@ -5,7 +5,7 @@ |
/// Tests wrapper utilities. |
import "dart:collection"; |
-import "package:collection_helpers/all.dart"; |
+import "package:collection/collection.dart"; |
import "package:unittest/unittest.dart"; |
// Test that any member access/call on the wrapper object is equal to |