1
0
Fork 0
mirror of synced 2024-12-04 06:35:36 -05:00

docs: fix comment

This commit is contained in:
AVM.Martin 2024-11-26 19:21:18 +07:00
parent a7939bec7b
commit 85e8c1ddfc
No known key found for this signature in database
GPG key ID: 25F846A221B3F159

View file

@ -349,7 +349,7 @@ def test_clone_subdirectory(runner, paths, yadm_cmd, repo_config):
# clone should succeed, and repo should be configured properly # clone should succeed, and repo should be configured properly
assert successful_clone(run, paths, repo_config) assert successful_clone(run, paths, repo_config)
# test that the conflicts are preserved in the work tree # ensure that no changes found as this is a clean dotfiles clone
run = runner(command=yadm_cmd("status", "-uno", "--porcelain"), cwd=subdir) run = runner(command=yadm_cmd("status", "-uno", "--porcelain"), cwd=subdir)
assert run.success assert run.success
assert run.out == "" assert run.out == ""