| Index: tests/standalone/io/web_socket_test.dart
|
| diff --git a/tests/standalone/io/web_socket_test.dart b/tests/standalone/io/web_socket_test.dart
|
| index a7a0ada41eda0ff86f4994127930834fe1a8baba..8b9e4be5b5909fdf268e20e8f3bb5150da07edc5 100644
|
| --- a/tests/standalone/io/web_socket_test.dart
|
| +++ b/tests/standalone/io/web_socket_test.dart
|
| @@ -150,7 +150,7 @@ main() {
|
| testRequestResponseClientCloses(2, null, null);
|
| testRequestResponseClientCloses(2, 3001, null);
|
| testRequestResponseClientCloses(2, 3002, "Got tired");
|
| - testRequestResponseServerCloses(1, null, null);
|
| + testRequestResponseServerCloses(2, null, null);
|
| testRequestResponseServerCloses(2, 3001, null);
|
| testRequestResponseServerCloses(2, 3002, "Got tired");
|
| testNoUpgrade();
|
|
|