Fix path in test message (#4102)
This commit is contained in:
parent
9aea9768cb
commit
0c9899956d
@ -317,7 +317,7 @@ def test_expression_diff(self) -> None:
|
|||||||
msg = (
|
msg = (
|
||||||
"Expected diff isn't equal to the actual. If you made changes to"
|
"Expected diff isn't equal to the actual. If you made changes to"
|
||||||
" expression.py and this is an anticipated difference, overwrite"
|
" expression.py and this is an anticipated difference, overwrite"
|
||||||
f" tests/data/expression.diff with {dump}"
|
f" tests/data/cases/expression.diff with {dump}"
|
||||||
)
|
)
|
||||||
self.assertEqual(expected, actual, msg)
|
self.assertEqual(expected, actual, msg)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user