| Index: chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js b/chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js
|
| index ad9afea94b6ed90b0076d8bb6b6e12b1a5d3d77e..fd08f0a4277fb129048130a0d3baebabaa81d05b 100644
|
| --- a/chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js
|
| +++ b/chrome/test/data/extensions/api_test/bluetooth_private/disconnect/test.js
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| var deviceAddress = '11:12:13:14:15:16';
|
| -var errorNotConnected = 'Device is not connected';
|
| +var errorNotConnected = 'Device not connected';
|
| var errorDisconnectFailed = 'Failed to disconnect device';
|
|
|
| var btp = chrome.bluetoothPrivate;
|
|
|