| Index: build/android/pylib/device/adb_wrapper_test.py
|
| diff --git a/build/android/pylib/device/adb_wrapper_test.py b/build/android/pylib/device/adb_wrapper_test.py
|
| index 52ba2e32366817c8936f40eb919e9a9ddb2e0e46..5fc9eb66308ad65da5ca9cf221c15f314ad2b02a 100644
|
| --- a/build/android/pylib/device/adb_wrapper_test.py
|
| +++ b/build/android/pylib/device/adb_wrapper_test.py
|
| @@ -16,7 +16,7 @@ from pylib.device import device_errors
|
| class TestAdbWrapper(unittest.TestCase):
|
|
|
| def setUp(self):
|
| - devices = adb_wrapper.AdbWrapper.GetDevices()
|
| + devices = adb_wrapper.AdbWrapper.Devices()
|
| assert devices, 'A device must be attached'
|
| self._adb = devices[0]
|
| self._adb.WaitForDevice()
|
|
|