diff --git a/tests/features/test_preparation_checks.py b/tests/features/test_preparation_checks.py index 2c75ffc..4f844d7 100644 --- a/tests/features/test_preparation_checks.py +++ b/tests/features/test_preparation_checks.py @@ -52,7 +52,7 @@ def test_symlinks_within_dir_only(default_checks: Dict[str, CmdBasedCheck], tmpd myfile = Path(tmpdir, 'myfile') myfile.touch() - mylink = Path(tmpdir, 'mylink') + mylink = Path(tmpdir, 'mylink (1)') mylink.symlink_to(myfile.relative_to(mylink.parent)) mylink2 = Path(tmpdir, 'mylink2') @@ -98,4 +98,4 @@ def test_no_duplicates(default_checks: Dict[str, CmdBasedCheck], tmpdir): myfile_link = Path(tmpdir, 'myfile_link') os.link(myfile, myfile_link) - assert not check.run(tmpdir) \ No newline at end of file + assert not check.run(tmpdir)