From f6643c4f0cfbae1f2493fdfce46cfbae3d26f46b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Hn=C3=A1tek?= Date: Tue, 5 Feb 2019 03:42:42 +0100 Subject: [PATCH] Fix location of expression.diff in the change notification message (#670) --- tests/test_black.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5