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