| Index: test/canonicalized_map_test.dart
|
| diff --git a/test/canonicalized_map_test.dart b/test/canonicalized_map_test.dart
|
| index 1793777085b0a92582c8d40fd680985c14906ba0..f5f009b2faae5b1ada787ade34d8ca69ea429996 100644
|
| --- a/test/canonicalized_map_test.dart
|
| +++ b/test/canonicalized_map_test.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import "package:collection/collection.dart";
|
| -import "package:unittest/unittest.dart";
|
| +import "package:test/test.dart";
|
|
|
| void main() {
|
| group("with an empty canonicalized map", () {
|
|
|