Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/gen-disconnect-invalidates-objects.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/gen-disconnect-invalidates-objects.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/gen-disconnect-invalidates-objects.html |
index 801dfc192bf59b5d8102081ff6554adab4046f00..e05d3564624ddc4455e3e86b36a5fe019485da90 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/gen-disconnect-invalidates-objects.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristic/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(() => |