Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/service/garbage-collection-ran-during-error.js |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/service/garbage-collection-ran-during-error.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/service/garbage-collection-ran-during-error.js |
index 6632e3069265e018d76743d07ab54e910bc5d17a..b30d7858135436139f522e0dcd715d00a40c8f72 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/service/garbage-collection-ran-during-error.js |
+++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/service/garbage-collection-ran-during-error.js |
@@ -13,7 +13,8 @@ promise_test(() => { |
getCharacteristics()| |
getCharacteristics('measurement_interval')[UUID]]), |
new DOMException( |
- 'GATT Server disconnected while retrieving characteristics.', |
+ 'GATT Server is disconnected. Cannot retrieve characteristics. ' + |
+ '(Re)connect first with `device.gatt.connect`.', |
'NetworkError')); |
// Disconnect called to clear attributeInstanceMap and allow the |
// object to get garbage collected. |