Index: build/android/pylib/local/device/local_device_test_run_test.py |
diff --git a/build/android/pylib/local/device/local_device_test_run_test.py b/build/android/pylib/local/device/local_device_test_run_test.py |
index e0c64bab35e85b40cb157a36afaf4986164fd8d6..83a0972e274fc0ab0300e7a6de65246c76dd6bc3 100755 |
--- a/build/android/pylib/local/device/local_device_test_run_test.py |
+++ b/build/android/pylib/local/device/local_device_test_run_test.py |
@@ -33,7 +33,7 @@ class TestLocalDeviceNonStringTestRun( |
super(TestLocalDeviceNonStringTestRun, self).__init__( |
mock.MagicMock(), mock.MagicMock()) |
- def _GetTestName(self, test): |
+ def _GetUniqueTestName(self, test): |
return test['name'] |