| Index: utils/tests/pub/install/hosted/resolve_constraints_test.dart
|
| diff --git a/utils/tests/pub/install/hosted/resolve_constraints_test.dart b/utils/tests/pub/install/hosted/resolve_constraints_test.dart
|
| index 2b6f2b03c1f9948b16aa8638c60ce31026317f3c..0da297ae2cb59b23065c276662dc3d3c97a56d38 100644
|
| --- a/utils/tests/pub/install/hosted/resolve_constraints_test.dart
|
| +++ b/utils/tests/pub/install/hosted/resolve_constraints_test.dart
|
| @@ -10,6 +10,7 @@ import '../../descriptor.dart' as d;
|
| import '../../test_pub.dart';
|
|
|
| main() {
|
| + initConfig();
|
| integration('resolves version constraints from a pub server', () {
|
| servePackages([
|
| packageMap("foo", "1.2.3", [dependencyMap("baz", ">=2.0.0")]),
|
|
|