| Index: sdk/lib/_internal/pub/test/install/hosted/unlock_if_new_is_unsatisfied_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/install/hosted/unlock_if_new_is_unsatisfied_test.dart b/sdk/lib/_internal/pub/test/install/hosted/unlock_if_new_is_unsatisfied_test.dart
|
| index 44ecb892f999bf663c97ccad3beeab6deea36a5b..a80bc5873d41a991ef9856f3f799d5c7bb2435c0 100644
|
| --- a/sdk/lib/_internal/pub/test/install/hosted/unlock_if_new_is_unsatisfied_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/install/hosted/unlock_if_new_is_unsatisfied_test.dart
|
| @@ -22,8 +22,7 @@ main() {
|
|
|
| d.appDir([dependencyMap("foo")]).create();
|
|
|
| - schedulePub(args: ['install'],
|
| - output: new RegExp(r"Dependencies installed!$"));
|
| + pubInstall();
|
|
|
| d.packagesDir({
|
| "foo": "1.0.0",
|
| @@ -42,8 +41,7 @@ main() {
|
|
|
| d.appDir([dependencyMap("foo"), dependencyMap("newdep")]).create();
|
|
|
| - schedulePub(args: ['install'],
|
| - output: new RegExp(r"Dependencies installed!$"));
|
| + pubInstall();
|
|
|
| d.packagesDir({
|
| "foo": "2.0.0",
|
|
|