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

Unified Diff: appengine/findit/lib/gitiles/test/gitiles_repository_test.py

Issue 2432113002: [Findit] Add local_git_repository (Closed)
Patch Set: Rebase. Created 4 years, 1 month 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 | « no previous file | appengine/findit/util_scripts/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/lib/gitiles/test/gitiles_repository_test.py
diff --git a/appengine/findit/lib/gitiles/test/gitiles_repository_test.py b/appengine/findit/lib/gitiles/test/gitiles_repository_test.py
index c9547298632362f3b193dfc45e92a05bf26826cf..dab3d28011b790d6c80e647b123e48c20d2fb9a2 100644
--- a/appengine/findit/lib/gitiles/test/gitiles_repository_test.py
+++ b/appengine/findit/lib/gitiles/test/gitiles_repository_test.py
@@ -298,7 +298,7 @@ class GitRepositoryTest(testing.AppengineTestCase):
http_client=http_client_for_git)
git_repo.repo_url = 'https://repo'
self.assertEqual(git_repo.repo_url, 'https://repo')
- self.assertEqual(git_repo. http_client, http_client_for_git)
+ self.assertEqual(git_repo.http_client, http_client_for_git)
def testEndingSlashInRepoUrl(self):
git_repo1 = gitiles_repository.GitilesRepository(
« no previous file with comments | « no previous file | appengine/findit/util_scripts/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698