| Index: tools/auto_bisect/bisect_results_test.py
|
| diff --git a/tools/auto_bisect/bisect_results_test.py b/tools/auto_bisect/bisect_results_test.py
|
| index 3926d0eca3e776adc2b28c28346ca987010a1f5a..1fc3fe1e29398170e2ebdcc730c61857e7bccaf7 100644
|
| --- a/tools/auto_bisect/bisect_results_test.py
|
| +++ b/tools/auto_bisect/bisect_results_test.py
|
| @@ -235,7 +235,7 @@ class BisectResultsTest(unittest.TestCase):
|
| revision_states[2].depot = 'webkit'
|
|
|
| results = BisectResults(self.mock_bisect_state, self.mock_depot_registry,
|
| - self.mock_opts, self.mock_warnings)
|
| + self.mock_opts, self.mock_warnings)
|
|
|
| self.assertEqual(1, len(results.culprit_revisions))
|
| self.assertEqual(('b', {'test': 'b'}, 'chromium'),
|
|
|