Index: sdk/lib/_internal/pub_generated/test/lish/upload_form_is_missing_fields_test.dart |
diff --git a/sdk/lib/_internal/pub/test/lish/upload_form_is_missing_fields_test.dart b/sdk/lib/_internal/pub_generated/test/lish/upload_form_is_missing_fields_test.dart |
similarity index 92% |
copy from sdk/lib/_internal/pub/test/lish/upload_form_is_missing_fields_test.dart |
copy to sdk/lib/_internal/pub_generated/test/lish/upload_form_is_missing_fields_test.dart |
index 3513df514c3a2b050086c907c4885d443687549e..433666a94cfa174250cc5784b5411201882d02a0 100644 |
--- a/sdk/lib/_internal/pub/test/lish/upload_form_is_missing_fields_test.dart |
+++ b/sdk/lib/_internal/pub_generated/test/lish/upload_form_is_missing_fields_test.dart |
@@ -22,7 +22,9 @@ main() { |
confirmPublish(pub); |
- var body = {'url': 'http://example.com/upload'}; |
+ var body = { |
+ 'url': 'http://example.com/upload' |
+ }; |
handleUploadForm(server, body); |
pub.stderr.expect('Invalid server response:'); |
pub.stderr.expect(JSON.encode(body)); |