| Index: test/validator/sdk_constraint_test.dart
|
| diff --git a/test/validator/sdk_constraint_test.dart b/test/validator/sdk_constraint_test.dart
|
| index c1f1542f5461df368a06be55e259d3341ab8fa98..f2e6303efba963ef70c8e192eca9a00d6e83e6c3 100644
|
| --- a/test/validator/sdk_constraint_test.dart
|
| +++ b/test/validator/sdk_constraint_test.dart
|
| @@ -21,8 +21,6 @@ Validator sdkConstraint(Entrypoint entrypoint) =>
|
| new SdkConstraintValidator(entrypoint);
|
|
|
| main() {
|
| - initConfig();
|
| -
|
| group('should consider a package valid if it', () {
|
| integration('has no SDK constraint', () {
|
| d.validPackage.create();
|
|
|