| Index: tests/standalone/vmservice/websocket_client_test.dart
|
| diff --git a/tests/standalone/vmservice/websocket_client_test.dart b/tests/standalone/vmservice/websocket_client_test.dart
|
| index ebf75b3842c729ea0b7797ffca6c97afac9ab9e1..e6d978232dccff7bdcd1c4a4ee934e13190d1f62 100644
|
| --- a/tests/standalone/vmservice/websocket_client_test.dart
|
| +++ b/tests/standalone/vmservice/websocket_client_test.dart
|
| @@ -21,6 +21,8 @@ class ClientsRequestTest extends ServiceWebSocketRequestHelper {
|
| // Verify response is correct for 'vm' sequence id.
|
| Expect.equals('VM', response['type']);
|
| _count++;
|
| + } else {
|
| + Expect.fail('Unexpected response from $seq: $response');
|
| }
|
| if (_count == 2) {
|
| // After receiving both responses, the test is complete.
|
|
|