| Index: test/string_matchers_test.dart
|
| diff --git a/test/string_matchers_test.dart b/test/string_matchers_test.dart
|
| index cb34a702f7e970d614fa1c96803e80df0e273be0..38fa1295a22b2d80df3831a0eae3294d98f7ffad 100644
|
| --- a/test/string_matchers_test.dart
|
| +++ b/test/string_matchers_test.dart
|
| @@ -5,7 +5,7 @@
|
| library matcher.string_matchers_test;
|
|
|
| import 'package:matcher/matcher.dart';
|
| -import 'package:unittest/unittest.dart' show test, group, expect;
|
| +import 'package:test/test.dart' show test, group, expect;
|
|
|
| import 'test_utils.dart';
|
|
|
|
|