| Index: test/numeric_matchers_test.dart
|
| diff --git a/test/numeric_matchers_test.dart b/test/numeric_matchers_test.dart
|
| index 7ced6b4b920aa1b051fe499cd5e0982b591888e5..af0f63482c8b1c44296045b71c3df064c08ad624 100644
|
| --- a/test/numeric_matchers_test.dart
|
| +++ b/test/numeric_matchers_test.dart
|
| @@ -10,8 +10,6 @@ import 'package:unittest/unittest.dart' show test, group;
|
| import 'test_utils.dart';
|
|
|
| void main() {
|
| - initUtils();
|
| -
|
| test('greaterThan', () {
|
| shouldPass(10, greaterThan(9));
|
| shouldFail(9, greaterThan(10), "Expected: a value greater than <10> "
|
|
|