| Index: utils/tests/pub/update/pub_update_test.dart
|
| diff --git a/utils/tests/pub/update/pub_update_test.dart b/utils/tests/pub/update/pub_update_test.dart
|
| index 99b5dff41a0ebae76df17552d93bc487aaceffad..29d8ca10624b34700f0363601ebdb0e9cf81ecac 100644
|
| --- a/utils/tests/pub/update/pub_update_test.dart
|
| +++ b/utils/tests/pub/update/pub_update_test.dart
|
| @@ -88,9 +88,7 @@ main() {
|
| ]).scheduleCreate();
|
|
|
| schedulePub(args: ['update'],
|
| - output: '''
|
| - Dependencies updated!
|
| - ''');
|
| + output: const RegExp(r"Dependencies updated!$"));
|
|
|
| packagesDir({"foo": null}).scheduleValidate();
|
|
|
|
|