| Index: test/pretty_print_test.dart
|
| diff --git a/test/pretty_print_test.dart b/test/pretty_print_test.dart
|
| index 6d443b50aa2957bb4048fcd8a02da1e11331c2d0..1e3704ff064d16cb7b4e7f0b07e0d00cc60cd752 100644
|
| --- a/test/pretty_print_test.dart
|
| +++ b/test/pretty_print_test.dart
|
| @@ -6,7 +6,7 @@ library matcher.pretty_print_test;
|
|
|
| import 'package:matcher/matcher.dart';
|
| import 'package:matcher/src/pretty_print.dart';
|
| -import 'package:unittest/unittest.dart' show group, test;
|
| +import 'package:unittest/unittest.dart' show group, test, expect;
|
|
|
| void main() {
|
| test('with primitive objects', () {
|
|
|