Skip to content

Commit

Permalink
Fix path in test message (#4102)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Dec 11, 2023
1 parent 9aea976 commit 0c98999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_black.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 0c98999

Please sign in to comment.