Clarify error message
Conflicts are not stashed anymore
This commit is contained in:
parent
e6cfd39bbc
commit
31071d9ac9
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ def test_clone(
|
||||||
run = runner(command=yadm_cmd('diff'), cwd=paths.work)
|
run = runner(command=yadm_cmd('diff'), cwd=paths.work)
|
||||||
assert run.success
|
assert run.success
|
||||||
assert run.err == ''
|
assert run.err == ''
|
||||||
assert '\n+conflict' in run.out, 'conflicts not stashed'
|
assert '\n+conflict' in run.out, 'conflict overwritten'
|
||||||
|
|
||||||
# another force-related assertion
|
# another force-related assertion
|
||||||
if old_repo:
|
if old_repo:
|
||||||
|
|
Loading…
Reference in a new issue