Index: third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-device-disconnects-invalidates-objects-with-uuid.html |
diff --git a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-device-disconnects-invalidates-objects-with-uuid.html b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-device-disconnects-invalidates-objects-with-uuid.html |
index 2ed03f94fec51b36339bbad9963cc90ceaafd02e..3fb1fc9bcf8c7f9c36c71658538bee801c505619 100644 |
--- a/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-device-disconnects-invalidates-objects-with-uuid.html |
+++ b/third_party/WebKit/LayoutTests/bluetooth/service/getCharacteristics/gen-device-disconnects-invalidates-objects-with-uuid.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(() => |