File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ void main() {
248
248
equals ('application/json; charset=iso-8859-1' ));
249
249
});
250
250
251
- test ("doen 't have its charset overridden by setting bodyFields" , () {
251
+ test ("doesn 't have its charset overridden by setting bodyFields" , () {
252
252
var request = http.Request ('POST' , dummyUrl);
253
253
request.headers['Content-Type' ] =
254
254
'application/x-www-form-urlencoded; charset=iso-8859-1' ;
@@ -257,7 +257,7 @@ void main() {
257
257
equals ('application/x-www-form-urlencoded; charset=iso-8859-1' ));
258
258
});
259
259
260
- test ("doen 't have its charset overridden by setting body" , () {
260
+ test ("doesn 't have its charset overridden by setting body" , () {
261
261
var request = http.Request ('POST' , dummyUrl);
262
262
request.headers['Content-Type' ] = 'application/json; charset=iso-8859-1' ;
263
263
request.body = '{"hello": "world"}' ;
You can’t perform that action at this time.
0 commit comments