From 85e8c1ddfcbb7d206cc6945fc1fdf25e100c9b4a Mon Sep 17 00:00:00 2001 From: "AVM.Martin" Date: Tue, 26 Nov 2024 19:21:18 +0700 Subject: [PATCH] docs: fix comment --- test/test_clone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_clone.py b/test/test_clone.py index 266ebcc..83a96c8 100644 --- a/test/test_clone.py +++ b/test/test_clone.py @@ -349,7 +349,7 @@ def test_clone_subdirectory(runner, paths, yadm_cmd, repo_config): # clone should succeed, and repo should be configured properly 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) assert run.success assert run.out == ""