X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/23fec8b0f73a142d1796c8ca958230ad52d83c24..fb1ac6981257c91a1d3bf753d10e1091f05b001a:/tests/test_black.py?ds=sidebyside diff --git a/tests/test_black.py b/tests/test_black.py index 93f853ba..40bde361 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(