Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra committed Mar 28, 2022
1 parent 0605166 commit b164ae1
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 @@ -1257,7 +1257,7 @@ def test_assert_equivalent_different_asts(self) -> None:
def test_shhh_click(self) -> None:
try:
from click import _unicodefun
except ModuleNotFoundError:
except ImportError:
self.skipTest("Incompatible Click version")
if not hasattr(_unicodefun, "_verify_python3_env"):
self.skipTest("Incompatible Click version")
Expand Down

0 comments on commit b164ae1

Please sign in to comment.