From 0ecaaf2e29c68072dea843d3c8dc3c41cfc79b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rik=20Paradis?= Date: Sun, 30 Jan 2022 15:35:31 -0500 Subject: [PATCH] Update tests/test_black.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Felix Hildén --- tests/test_black.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_black.py b/tests/test_black.py index 4cf1f3c61eb..b04c0a66fe9 100644 --- a/tests/test_black.py +++ b/tests/test_black.py @@ -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,