| Index: third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-during-success.js
|
| diff --git a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-during-success.js b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-during-success.js
|
| index 46fd8f119cc97795cce8df2ab8d54e1a57f683fc..9ec90e39cf1d02c2d7fd64b6e28251848318eb8c 100644
|
| --- a/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-during-success.js
|
| +++ b/third_party/WebKit/LayoutTests/bluetooth/script-tests/gatt-op-disconnect-called-during-success.js
|
| @@ -14,7 +14,8 @@ promise_test(() => {
|
| measurement_interval.CALLS([
|
| readValue()|
|
| writeValue(val)|
|
| - startNotifications()]),
|
| + startNotifications()|
|
| + stopNotifications()]),
|
| new DOMException(
|
| 'GATT Server disconnected while performing a GATT operation.',
|
| 'NetworkError'));
|
|
|