| Index: test/serve/web_socket/serve_directory_and_immediately_unserve_test.dart
|
| diff --git a/test/serve/web_socket/serve_directory_and_immediately_unserve_test.dart b/test/serve/web_socket/serve_directory_and_immediately_unserve_test.dart
|
| index b73c3c833f54f6749d0efa203f97f02ba741bffb..2e263faf5670ecb32ce2434b2d3e662a10bfedba 100644
|
| --- a/test/serve/web_socket/serve_directory_and_immediately_unserve_test.dart
|
| +++ b/test/serve/web_socket/serve_directory_and_immediately_unserve_test.dart
|
| @@ -25,7 +25,7 @@ main() {
|
| ])
|
| ]).create();
|
|
|
| - pubServe(args: ["web"]);
|
| + pubServe(args: ["web"], shouldGetFirst: true);
|
|
|
| // We call [webSocketRequest] outside of the [schedule] call below because
|
| // we need it to schedule the sending of the request to guarantee that the
|
|
|