Fix path in test message (#4102)

This commit is contained in:
Jelle Zijlstra 2023-12-11 14:29:33 -08:00 committed by GitHub
parent 9aea9768cb
commit 0c9899956d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -317,7 +317,7 @@ def test_expression_diff(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.diff with {dump}"
f" tests/data/cases/expression.diff with {dump}"
)
self.assertEqual(expected, actual, msg)