| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-before.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-before.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-before.js
|
| index cbf8a62c218f3169c907f368d3af11cb927358c5..b689479782432609c79de6e7d7ba2d44ce314cfe 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-before.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-device-disconnects-before.js
|
| @@ -15,7 +15,7 @@ promise_test(() => {
|
| .then(() => get_request_disconnection(gattServer))
|
| .then(requestDisconnection => requestDisconnection())
|
| .then(() => assert_promise_rejects_with_message(
|
| - measurement_interval.CALLS([readValue()]),
|
| + measurement_interval.CALLS([readValue()| writeValue(val)]),
|
| new DOMException(
|
| 'GATT Server is disconnected. Cannot perform GATT operations.',
|
| 'NetworkError')));
|
|
|