X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/024c9cab55da7bd3236fd88759c9735d6149b464..f6643c4f0cfbae1f2493fdfce46cfbae3d26f46b:/tests/test_black.py?ds=inline diff --git a/tests/test_black.py b/tests/test_black.py index 078e8d8..b3f1f82 100644 --- a/tests/test_black.py +++ b/tests/test_black.py @@ -289,7 +289,7 @@ class BlackTestCase(unittest.TestCase): msg = ( f"Expected diff isn't equal to the actual. If you made changes " f"to expression.py and this is an anticipated difference, " - f"overwrite tests/expression.diff with {dump}" + f"overwrite tests/data/expression.diff with {dump}" ) self.assertEqual(expected, actual, msg)