summaryrefslogtreecommitdiff
path: root/tests/actions/test_move.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/actions/test_move.py')
-rw-r--r--tests/actions/test_move.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/actions/test_move.py b/tests/actions/test_move.py
index 042430d..685de92 100644
--- a/tests/actions/test_move.py
+++ b/tests/actions/test_move.py
@@ -37,8 +37,8 @@ def test_copy_on_itself(testfiles):
[
("skip", ["file.txt", "test.txt"], "old"),
("overwrite", ["test.txt"], "new"),
- ("rename_new", ["test.txt", "test 1.txt"], "old"),
- ("rename_existing", ["test.txt", "test 1.txt"], "new"),
+ ("rename_new", ["test.txt", "test 2.txt"], "old"),
+ ("rename_existing", ["test.txt", "test 2.txt"], "new"),
],
)
def test_move_conflict(testfs: FS, mode, files, test_txt_content):