| Index: pkg/http_server/test/http_body_test.dart
|
| diff --git a/pkg/http_server/test/http_body_test.dart b/pkg/http_server/test/http_body_test.dart
|
| index b65d97a8d93c5b20b4f5555e14ec28a9f1309272..bae4e1bf980340b5b9cfefb03a48c93a4a7782e6 100644
|
| --- a/pkg/http_server/test/http_body_test.dart
|
| +++ b/pkg/http_server/test/http_body_test.dart
|
| @@ -156,7 +156,7 @@ void testHttpServerRequestBody() {
|
| expect(response.statusCode, equals(HttpStatus.BAD_REQUEST));
|
| }
|
| return response.drain();
|
| - )}
|
| + })
|
| .then((_) {
|
| client.close();
|
| server.close();
|
|
|