| Index: utils/tests/pub/pub_install_test.dart
|
| diff --git a/utils/tests/pub/pub_install_test.dart b/utils/tests/pub/pub_install_test.dart
|
| index e5d35397ca5f70cf2e390004c8f98f561b0575ce..a5b9aab6bf74a3a5fc9005708d8884f018b80a06 100644
|
| --- a/utils/tests/pub/pub_install_test.dart
|
| +++ b/utils/tests/pub/pub_install_test.dart
|
| @@ -26,7 +26,8 @@ main() {
|
| ]).scheduleCreate();
|
|
|
| schedulePub(args: ['install'],
|
| - error: const RegExp(@'^"pubspec.yaml" must contain a "name" key\.'));
|
| + error: const RegExp(@'^"pubspec.yaml" is missing the required "name" '
|
| + @'field \(e\.g\. "name: myapp"\)\.'));
|
|
|
| run();
|
| });
|
|
|