Index: runtime/observatory/tests/service/test_helper.dart |
diff --git a/runtime/observatory/tests/service/test_helper.dart b/runtime/observatory/tests/service/test_helper.dart |
index 661e4755a024fa74decf53c9fc939ca7648dff5a..5fd2344a826819de3e2a319ed3e9208a5ddd0ef4 100644 |
--- a/runtime/observatory/tests/service/test_helper.dart |
+++ b/runtime/observatory/tests/service/test_helper.dart |
@@ -14,7 +14,7 @@ bool _isWebSocketDisconnect(e) { |
if (e is! ServiceException) { |
return false; |
} |
- return (e as ServiceException).message == 'WebSocket disconnected'; |
+ return (e as ServiceException).message == 'WebSocket closed'; |
} |
// This invocation should set up the state being tested. |