| Index: test/validator/license_test.dart
|
| diff --git a/test/validator/license_test.dart b/test/validator/license_test.dart
|
| index 76f3a4da5e90720527af1c5c22217d604a26ca53..814f3b4c292e8cecb1920dc6c5b34ca687212d9f 100644
|
| --- a/test/validator/license_test.dart
|
| +++ b/test/validator/license_test.dart
|
| @@ -16,8 +16,6 @@ import 'utils.dart';
|
| Validator license(Entrypoint entrypoint) => new LicenseValidator(entrypoint);
|
|
|
| main() {
|
| - initConfig();
|
| -
|
| group('should consider a package valid if it', () {
|
| setUp(d.validPackage.create);
|
|
|
|
|