Fix location of expression.diff in the change notification message (#670)

This commit is contained in:
Jan Hnátek 2019-02-05 03:42:42 +01:00 committed by Jelle Zijlstra
parent 1ec2470da7
commit f6643c4f0c

View File

@ -289,7 +289,7 @@ def test_expression_diff(self) -> None:
msg = ( msg = (
f"Expected diff isn't equal to the actual. If you made changes " f"Expected diff isn't equal to the actual. If you made changes "
f"to expression.py and this is an anticipated difference, " 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) self.assertEqual(expected, actual, msg)