From: Jan Hnátek Date: Tue, 5 Feb 2019 02:42:42 +0000 (+0100) Subject: Fix location of expression.diff in the change notification message (#670) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/f6643c4f0cfbae1f2493fdfce46cfbae3d26f46b?ds=inline;pf=etc Fix location of expression.diff in the change notification message (#670) --- 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)