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 697d590ac60cec8eb6e56669f2402b27c11c4494..01f192ae57e385bec93173a67bc618d84e25c1c8 100644 |
--- a/utils/tests/pub/pub_install_test.dart |
+++ b/utils/tests/pub/pub_install_test.dart |
@@ -27,7 +27,7 @@ main() { |
]).scheduleCreate(); |
schedulePub(args: ['install'], |
- error: const RegExp(@'^"pubspec.yaml" is missing the required "name" ' |
+ error: const RegExp(@'^pubspec.yaml is missing the required "name" ' |
@'field \(e\.g\. "name: myapp"\)\.'), |
exitCode: 1); |