There was an error while loading. Please reload this page.
1 parent 9aea976 commit 0c98999Copy full SHA for 0c98999
tests/test_black.py
@@ -317,7 +317,7 @@ def test_expression_diff(self) -> None:
317
msg = (
318
"Expected diff isn't equal to the actual. If you made changes to"
319
" expression.py and this is an anticipated difference, overwrite"
320
- f" tests/data/expression.diff with {dump}"
+ f" tests/data/cases/expression.diff with {dump}"
321
)
322
self.assertEqual(expected, actual, msg)
323
0 commit comments