| Index: chrome/test/data/file_manager/unit_tests/device_handler_unittest.js
|
| diff --git a/chrome/test/data/file_manager/unit_tests/device_handler_unittest.js b/chrome/test/data/file_manager/unit_tests/device_handler_unittest.js
|
| index e81062faf0fca1eec2b6bba247be679921a319e7..e0c897667ff72c6dc840594828628c651575ea26 100644
|
| --- a/chrome/test/data/file_manager/unit_tests/device_handler_unittest.js
|
| +++ b/chrome/test/data/file_manager/unit_tests/device_handler_unittest.js
|
| @@ -166,7 +166,7 @@ function testUnsupportedDevice() {
|
| registerTypicalDevice();
|
|
|
| chrome.fileBrowserPrivate.onMountCompleted.dispatch({
|
| - status: 'error_unsuported_filesystem',
|
| + status: 'error_unsupported_filesystem',
|
| volumeMetadata: {
|
| isParentDevice: false,
|
| deviceType: 'usb',
|
| @@ -197,7 +197,7 @@ function testUnsupportedWithUnknownParent() {
|
| chrome.notifications.items['deviceFail:/device/path'].message);
|
|
|
| chrome.fileBrowserPrivate.onMountCompleted.dispatch({
|
| - status: 'error_unsuported_filesystem',
|
| + status: 'error_unsupported_filesystem',
|
| volumeMetadata: {
|
| isParentDevice: false,
|
| deviceType: 'usb',
|
| @@ -226,7 +226,7 @@ function testMountPartialSuccess() {
|
| assertEquals(0, Object.keys(chrome.notifications.items).length);
|
|
|
| chrome.fileBrowserPrivate.onMountCompleted.dispatch({
|
| - status: 'error_unsuported_filesystem',
|
| + status: 'error_unsupported_filesystem',
|
| volumeMetadata: {
|
| isParentDevice: false,
|
| deviceType: 'usb',
|
|
|