Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/sync_master.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/sync_master.py')
-rwxr-xr-xtests/units/sync_master.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/sync_master.py b/tests/units/sync_master.py
index ab24292..d2e2448 100755
--- a/tests/units/sync_master.py
+++ b/tests/units/sync_master.py
@@ -529,7 +529,7 @@ class SyncMasterTest(tests.Test):
def diff(*args, **kwargs):
for i in range(1024):
- yield {'guid': str(i), 'seqno': i}, {}
+ yield str(i), i, {}
coroutine.sleep(.1)
self.override(Directory, 'diff', diff)