X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/23fec8b0f73a142d1796c8ca958230ad52d83c24..4b449e7471c31ae2d3a890510322c40594cacc8f:/tests/test_black.py diff --git a/tests/test_black.py b/tests/test_black.py index 93f853b..40bde36 100644 --- a/tests/test_black.py +++ b/tests/test_black.py @@ -1540,6 +1540,7 @@ class BlackTestCase(unittest.TestCase): # outside of the `root` directory. path.iterdir.return_value = [child] child.resolve.return_value = Path("/a/b/c") + child.as_posix.return_value = "/a/b/c" child.is_symlink.return_value = True try: list(