| Index: test/validator/pubspec_field_test.dart | 
| diff --git a/test/validator/pubspec_field_test.dart b/test/validator/pubspec_field_test.dart | 
| index 3af75efc1013973402de985d17f56eca6c9cafe6..23deb1a345a023197251dac5009f7de51bb973fd 100644 | 
| --- a/test/validator/pubspec_field_test.dart | 
| +++ b/test/validator/pubspec_field_test.dart | 
| @@ -15,8 +15,6 @@ Validator pubspecField(Entrypoint entrypoint) => | 
| new PubspecFieldValidator(entrypoint); | 
|  | 
| main() { | 
| -  initConfig(); | 
| - | 
| group('should consider a package valid if it', () { | 
| setUp(d.validPackage.create); | 
|  | 
|  |