| Index: sdk/lib/_internal/pub_generated/test/lish/upload_form_fields_is_not_a_map_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/lish/upload_form_fields_is_not_a_map_test.dart b/sdk/lib/_internal/pub_generated/test/lish/upload_form_fields_is_not_a_map_test.dart
|
| similarity index 91%
|
| copy from sdk/lib/_internal/pub/test/lish/upload_form_fields_is_not_a_map_test.dart
|
| copy to sdk/lib/_internal/pub_generated/test/lish/upload_form_fields_is_not_a_map_test.dart
|
| index 260f1f33f84ea3f79a17abfcae2b81f4582245ca..ed5ad0008ee61a53f6a380d6c5df784fa7168748 100644
|
| --- a/sdk/lib/_internal/pub/test/lish/upload_form_fields_is_not_a_map_test.dart
|
| +++ b/sdk/lib/_internal/pub_generated/test/lish/upload_form_fields_is_not_a_map_test.dart
|
| @@ -22,7 +22,10 @@ main() {
|
|
|
| confirmPublish(pub);
|
|
|
| - var body = {'url': 'http://example.com/upload', 'fields': 12};
|
| + var body = {
|
| + 'url': 'http://example.com/upload',
|
| + 'fields': 12
|
| + };
|
| handleUploadForm(server, body);
|
| pub.stderr.expect('Invalid server response:');
|
| pub.stderr.expect(JSON.encode(body));
|
|
|