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

Unified Diff: sync/tools/testserver/chromiumsync_test.py

Issue 13323012: Fix a typo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/tools/testserver/chromiumsync_test.py
diff --git a/sync/tools/testserver/chromiumsync_test.py b/sync/tools/testserver/chromiumsync_test.py
index e56c04b047bcd732e135746871d620d41218bcd4..8c2acb71036873e8334b3ce287539a4ef912f0b0 100755
--- a/sync/tools/testserver/chromiumsync_test.py
+++ b/sync/tools/testserver/chromiumsync_test.py
@@ -569,7 +569,7 @@ class SyncDataModelTest(unittest.TestCase):
sieve = chromiumsync.UpdateSieve(msg, migrator)
sieve.CheckMigrationState()
- def testCreateSyncedBookmaks(self):
+ def testCreateSyncedBookmarks(self):
version1, changes, remaining = (
self.GetChangesFromTimestamp([chromiumsync.BOOKMARK], 0))
id_string = self.model._MakeCurrentId(chromiumsync.BOOKMARK,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698