Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-device-disconnects-invalidates-objects.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-device-disconnects-invalidates-objects.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-device-disconnects-invalidates-objects.html |
index eeb6f22a49d40c9a6d2882fe53412f0edd8c19be..15fce456e6f7dbdfb3ca7aec814466920edabb10 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-device-disconnects-invalidates-objects.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-device-disconnects-invalidates-objects.html |
@@ -28,7 +28,8 @@ promise_test(() => { |
let promises = Promise.resolve(); |
for (let characteristic of characteristics) { |
let error = new DOMException( |
- 'Characteristic is no longer valid. Remember to retrieve the ' + |
+ 'Characteristic with UUID ' + characteristic.uuid + |
+ ' is no longer valid. Remember to retrieve the ' + |
'characteristic again after reconnecting.', |
'InvalidStateError'); |
promises = promises.then(() => |