| Index: test/pretty_print_test.dart
|
| diff --git a/test/pretty_print_test.dart b/test/pretty_print_test.dart
|
| index c1e0a59bb6ce2ec065fd845e887dd655140341b0..1319b9cf61b8592947f335fd773be057ba0f2876 100644
|
| --- a/test/pretty_print_test.dart
|
| +++ b/test/pretty_print_test.dart
|
| @@ -8,7 +8,7 @@ import 'dart:collection';
|
|
|
| import 'package:matcher/matcher.dart';
|
| import 'package:matcher/src/pretty_print.dart';
|
| -import 'package:unittest/unittest.dart' show group, test, expect;
|
| +import 'package:test/test.dart' show group, test, expect;
|
|
|
| class DefaultToString {}
|
|
|
|
|