fix path in test
This commit is contained in:
parent
4329c9f4d1
commit
e44aa092f2
@ -419,7 +419,8 @@ def test_skip_magic_trailing_comma(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_skip_magic_trailing_comma.diff with {dump}"
|
" tests/data/miscellaneous/expression_skip_magic_trailing_comma.diff"
|
||||||
|
f" with {dump}"
|
||||||
)
|
)
|
||||||
self.assertEqual(expected, actual, msg)
|
self.assertEqual(expected, actual, msg)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user