summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-10-10 03:57:11 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-10-10 03:57:11 -0700
commit59dda8d503be642e6a7d38ab666bac4a0d317463 (patch)
tree5018ba8ffd3defd18b696e38e307c5142c32abad /tests/unit
parent6633e69b0966fc779fd54c24f7333fb8c0166f80 (diff)
downloadisort-59dda8d503be642e6a7d38ab666bac4a0d317463.tar.gz
Formatting
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/test_main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_main.py b/tests/unit/test_main.py
index b7bc7a00..6c5bef76 100644
--- a/tests/unit/test_main.py
+++ b/tests/unit/test_main.py
@@ -575,7 +575,7 @@ import b
out, error = capsys.readouterr()
assert not error
-
+
# ensures that isort works consistently with check and diff flags
input_content = UnseekableTextIOWrapper(
@@ -593,7 +593,7 @@ import a
assert error
assert not "underlying stream is not seekable" in error
- assert not "underlying stream is not seekable" in error
+ assert not "underlying stream is not seekable" in error
# ensures that isort correctly sorts stdin with --ls flag