| Index: test/wrapper_test.dart
|
| diff --git a/test/wrapper_test.dart b/test/wrapper_test.dart
|
| index 5858aaf58fa6e64c6ba5aa7d4b8c389a54341bbc..a3526a34848e29286b1f78e7336284202d691d1a 100644
|
| --- a/test/wrapper_test.dart
|
| +++ b/test/wrapper_test.dart
|
| @@ -6,7 +6,7 @@
|
|
|
| import "dart:collection";
|
| import "package:collection/collection.dart";
|
| -import "package:unittest/unittest.dart";
|
| +import "package:test/test.dart";
|
|
|
| // Test that any member access/call on the wrapper object is equal to
|
| // an expected access on the wrapped object.
|
|
|