mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
Clarify error message
Conflicts are not stashed anymore
This commit is contained in:
parent
e6cfd39bbc
commit
31071d9ac9
@ -100,7 +100,7 @@ def test_clone(
|
||||
run = runner(command=yadm_cmd('diff'), cwd=paths.work)
|
||||
assert run.success
|
||||
assert run.err == ''
|
||||
assert '\n+conflict' in run.out, 'conflicts not stashed'
|
||||
assert '\n+conflict' in run.out, 'conflict overwritten'
|
||||
|
||||
# another force-related assertion
|
||||
if old_repo:
|
||||
|
Loading…
Reference in New Issue
Block a user