Fix location of expression.diff in the change notification message (#670)
This commit is contained in:
parent
1ec2470da7
commit
f6643c4f0c
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user