mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Be conservative with assume() usage
This commit is contained in:
parent
208c9ca787
commit
e7d73da4aa
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ class SyncMachine(RuleBasedStateMachine):
|
|||
raise
|
||||
else:
|
||||
assert not list(a.list()) or not list(b.list())
|
||||
assume(False)
|
||||
return status
|
||||
|
||||
assert sorted(item.raw for etag, item in a.items.values()) == \
|
||||
sorted(item.raw for etag, item in b.items.values())
|
||||
|
|
|
|||
Loading…
Reference in a new issue