Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(185)

Unified Diff: unittests/repo_test_util.py

Issue 2782323002: make doc/recipes.py supported version 1 and 2 (Closed)
Patch Set: todo Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « doc/recipes.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « doc/recipes.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698