| Index: test/iterable_matchers_test.dart
|
| diff --git a/test/iterable_matchers_test.dart b/test/iterable_matchers_test.dart
|
| index da454fbeccb8824e4037cb141079eb521b039281..ed15da7f7767a60c5eb13b712e6d01924ed7995f 100644
|
| --- a/test/iterable_matchers_test.dart
|
| +++ b/test/iterable_matchers_test.dart
|
| @@ -10,8 +10,6 @@ import 'package:unittest/unittest.dart' show test, group;
|
| import 'test_utils.dart';
|
|
|
| void main() {
|
| - initUtils();
|
| -
|
| test('isEmpty', () {
|
| shouldPass([], isEmpty);
|
| shouldFail([1], isEmpty, "Expected: empty Actual: [1]");
|
|
|