Skip to content

Commit 0c98999

Browse files
Fix path in test message (#4102)
1 parent 9aea976 commit 0c98999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_black.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def test_expression_diff(self) -> None:
317317
msg = (
318318
"Expected diff isn't equal to the actual. If you made changes to"
319319
" expression.py and this is an anticipated difference, overwrite"
320-
f" tests/data/expression.diff with {dump}"
320+
f" tests/data/cases/expression.diff with {dump}"
321321
)
322322
self.assertEqual(expected, actual, msg)
323323

0 commit comments

Comments
 (0)