| Index: sdk/lib/_internal/pub_generated/test/lish/upload_form_provides_invalid_json_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart b/sdk/lib/_internal/pub_generated/test/lish/upload_form_provides_invalid_json_test.dart
|
| similarity index 84%
|
| copy from sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart
|
| copy to sdk/lib/_internal/pub_generated/test/lish/upload_form_provides_invalid_json_test.dart
|
| index 60b1f14a5b235792c18de6c1ec3b2177ad294811..70d4df0624202bc8ba31d43a6617ff61ba55e5df 100644
|
| --- a/sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/lish/upload_form_provides_invalid_json_test.dart
|
| @@ -20,12 +20,12 @@ main() {
|
|
|
| confirmPublish(pub);
|
|
|
| - server.handle('GET', '/api/packages/versions/new',
|
| + server.handle(
|
| + 'GET',
|
| + '/api/packages/versions/new',
|
| (request) => new shelf.Response.ok('{not json'));
|
|
|
| - pub.stderr.expect(emitsLines(
|
| - 'Invalid server response:\n'
|
| - '{not json'));
|
| + pub.stderr.expect(emitsLines('Invalid server response:\n' '{not json'));
|
| pub.shouldExit(1);
|
| });
|
| }
|
|
|