Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-disconnect-invalidates-objects-with-uuid.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-disconnect-invalidates-objects-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-disconnect-invalidates-objects-with-uuid.html |
index b7eb08fea1b12a7ed632de4adadf072adc20f9f7..fea309f05b1aaa58fbf03b5376180f3be4de7bc6 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-disconnect-invalidates-objects-with-uuid.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-disconnect-invalidates-objects-with-uuid.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(() => |