| Index: sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart b/sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart
|
| index 4e65965c5ad84939f10f2045cfb19a64e6ae83b0..f1460b5b5448cb4de463fa6825d46c540622fd71 100644
|
| --- a/sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart
|
| @@ -31,6 +31,8 @@ main() {
|
| request.response.close();
|
| });
|
|
|
| + expect(pub.nextLine(), completion(matches(r'Uploading\.\.\.+')));
|
| +
|
| expect(pub.nextLine(),
|
| completion(equals('Package test_pkg 1.0.0 uploaded!')));
|
| pub.shouldExit(0);
|
|
|