| Index: pkg/http_multi_server/test/http_multi_server_test.dart
|
| diff --git a/pkg/http_multi_server/test/http_multi_server_test.dart b/pkg/http_multi_server/test/http_multi_server_test.dart
|
| index f74f359634f27f4da804b6657b58b9d19657bbb3..2729fa0a3a4938b26dcbc6bf8e7c862feb213c10 100644
|
| --- a/pkg/http_multi_server/test/http_multi_server_test.dart
|
| +++ b/pkg/http_multi_server/test/http_multi_server_test.dart
|
| @@ -58,8 +58,8 @@ void main() {
|
| expect(_get(subServer3).then((response) {
|
| expect(response.headers['server'], equals("http_multi_server test"));
|
| }), completes);
|
| - }
|
| - );
|
| + });
|
| +
|
| test("autoCompress= sets the value for all servers", () {
|
| multiServer.autoCompress = true;
|
|
|
|
|