| Index: test/core_matchers_test.dart
|
| diff --git a/test/core_matchers_test.dart b/test/core_matchers_test.dart
|
| index 1769ba466d7f547131b0a4c09cd3fd7375d53f1a..32e30f0519f813d301e446ec29f7bcc9c11d706c 100644
|
| --- a/test/core_matchers_test.dart
|
| +++ b/test/core_matchers_test.dart
|
| @@ -5,7 +5,7 @@
|
| library matcher.core_matchers_test;
|
|
|
| import 'package:matcher/matcher.dart';
|
| -import 'package:unittest/unittest.dart' show test, group;
|
| +import 'package:test/test.dart' show test, group;
|
|
|
| import 'test_utils.dart';
|
|
|
|
|