Chromium Code Reviews| Index: unittests/repo_test_util.py |
| diff --git a/unittests/repo_test_util.py b/unittests/repo_test_util.py |
| index 0134a9be5312bb84fa1a15fff0f52fd5f9f35552..c612913d07c964c306b78223123fd3234cb0cc85 100644 |
| --- a/unittests/repo_test_util.py |
| +++ b/unittests/repo_test_util.py |
| @@ -131,7 +131,7 @@ class RepoTest(unittest.TestCase): |
| ) |
| repos[k] = self.create_repo(k, package_pb2.Package( |
| - api_version=1, |
| + api_version=2, |
| project_id=k, |
| recipes_path='', |
| deps=deps, |