fix path in test

This commit is contained in:
Jelle Zijlstra 2022-12-10 09:00:33 -08:00
parent 4329c9f4d1
commit e44aa092f2

View File

@ -419,7 +419,8 @@ def test_skip_magic_trailing_comma(self) -> None:
msg = (
"Expected diff isn't equal to the actual. If you made changes to"
" 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)