| Index: chrome/test/data/extensions/api_test/bluetooth_private/no_adapter/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/bluetooth_private/no_adapter/test.js b/chrome/test/data/extensions/api_test/bluetooth_private/no_adapter/test.js
|
| index ab1bcd5cbd8e6424b121c71f895231d4a326ef6d..84687cca4bfd7598750d69cc78c3ad3d4e4501a1 100644
|
| --- a/chrome/test/data/extensions/api_test/bluetooth_private/no_adapter/test.js
|
| +++ b/chrome/test/data/extensions/api_test/bluetooth_private/no_adapter/test.js
|
| @@ -10,8 +10,8 @@ function testSetAdapterStateFails() {
|
| };
|
|
|
| chrome.bluetoothPrivate.setAdapterState(newState, function() {
|
| - chrome.test.assertLastError('Could not find a Bluetooth adapter.');
|
| - chrome.test.succeed()
|
| + chrome.test.assertLastError('Failed to find a Bluetooth adapter');
|
| + chrome.test.succeed();
|
| });
|
| }
|
|
|
|
|