below code expects >=1 error, but await_all implies 2

This commit is contained in:
meejah 2018-05-07 19:38:19 -06:00
parent c219102afc
commit 0eb359b59b

View File

@ -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"