mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
below code expects >=1 error, but await_all implies 2
This commit is contained in:
parent
c219102afc
commit
0eb359b59b
@ -266,7 +266,6 @@ def _bob_conflicts_alice_await_conflicts(name, alice_dir, bob_dir):
|
||||
join(bob_dir, '{}.conflict'.format(name)),
|
||||
join(alice_dir, '{}.conflict'.format(name)),
|
||||
],
|
||||
await_all=True,
|
||||
)
|
||||
|
||||
assert len(found) >= 1, "should be at least one conflict"
|
||||
|
Loading…
Reference in New Issue
Block a user