Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-disconnect-invalidates-objects.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-disconnect-invalidates-objects.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-disconnect-invalidates-objects.html |
index 2941a445c99dd6f3e7e4cbe2fb6911de4d0aa0b7..995d289441777e1a3e06ad83ea70baffe13de56e 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-disconnect-invalidates-objects.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-disconnect-invalidates-objects.html |
@@ -26,7 +26,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(() => |