| Index: tools/auto_bisect/bisect_perf_regression_test.py
|
| diff --git a/tools/auto_bisect/bisect_perf_regression_test.py b/tools/auto_bisect/bisect_perf_regression_test.py
|
| index c10ed78a1fa3bc2d0ddeb75a86f66d0045476a7e..b71fab6c10387d9d1f609ae06a5e546c33e1d3fe 100644
|
| --- a/tools/auto_bisect/bisect_perf_regression_test.py
|
| +++ b/tools/auto_bisect/bisect_perf_regression_test.py
|
| @@ -433,6 +433,7 @@ class BisectPerfRegressionTest(unittest.TestCase):
|
| @mock.patch('bisect_utils.RunGClient')
|
| def testSyncToRevisionForChromium(self, mock_RunGClient):
|
| bisect_instance = _GetBisectPerformanceMetricsInstance(DEFAULT_OPTIONS)
|
| + mock_RunGClient.return_value = 0
|
| bisect_instance._SyncRevision(
|
| 'chromium', 'e6db23a037cad47299a94b155b95eebd1ee61a58', 'gclient')
|
| expected_params = [
|
|
|