Skip to content

Commit

Permalink
Update tests/test_black.py
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hildén <felix.hilden@gmail.com>
  • Loading branch information
freud14 and felix-hilden authored Jan 30, 2022
1 parent 3c2536b commit 0ecaaf2
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 @@ -1205,7 +1205,7 @@ def test_required_version_matches_partial_version(self) -> None:
ignore_config=True,
)

def test_required_version_does_not_matches_on_minor_version(self) -> None:
def test_required_version_does_not_match_on_minor_version(self) -> None:
self.invokeBlack(
["--required-version", black.__version__.split(".")[0] + ".999", "-c", "0"],
exit_code=1,
Expand Down

0 comments on commit 0ecaaf2

Please sign in to comment.