| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-during-success.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-during-success.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-during-success.js
|
| index ea3c8d7e42d66ab35659e4919df89e0733b7c64e..40bbd1a4c01c3b1009eefc8a2b8ea63ab35739e6 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-during-success.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-during-success.js
|
| @@ -17,7 +17,7 @@ promise_test(() => {
|
| .then(requestDisconnection => {
|
| requestDisconnection();
|
| return assert_promise_rejects_with_message(
|
| - measurement_interval.CALLS([readValue()]),
|
| + measurement_interval.CALLS([readValue()| writeValue(val)]),
|
| new DOMException(
|
| 'GATT Server disconnected while performing a GATT operation.',
|
| 'NetworkError'));
|
|
|