summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-02-10 11:39:30 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2020-02-10 11:39:30 -0800
commitf682e0bc4b8506a45846a74fe537917ba0ffd5bb (patch)
tree9f062bd89be64fbc83c3d03c9668c3478be4920d
parent44c4100b1ade58c6b32521ead76dbb5ae5731828 (diff)
downloadisort-f682e0bc4b8506a45846a74fe537917ba0ffd5bb.tar.gz
Fix test case to be more explicit
-rw-r--r--tests/test_format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_format.py b/tests/test_format.py
index 54028724..79b96701 100644
--- a/tests/test_format.py
+++ b/tests/test_format.py
@@ -5,7 +5,7 @@ from hypothesis_auto import auto_pytest_magic
import isort.format
-auto_pytest_magic(isort.format.show_unified_diff)
+auto_pytest_magic(isort.format.show_unified_diff, auto_allow_exceptions_=(UnicodeEncodeError,))
def test_ask_whether_to_apply_changes_to_file():