summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-02-06 11:43:51 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2015-02-06 11:43:51 -0500
commite9898c585d63c7217044d672fc483ddde83c6ac0 (patch)
treefb0cd8217309fb9e67164aee089d083989a7f947
parentfe120016ee78271d6e956b262ddc26b374f277af (diff)
downloadisort-e9898c585d63c7217044d672fc483ddde83c6ac0.tar.gz
Changing test for now
-rw-r--r--test_isort.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_isort.py b/test_isort.py
index de345c46..1e906bee 100644
--- a/test_isort.py
+++ b/test_isort.py
@@ -1259,4 +1259,4 @@ def test_top_comments():
def test_consistency():
"""Ensures consistency of handling even when dealing with non ordered-by-type imports"""
test_input = "from sqlalchemy.dialects.postgresql import ARRAY, array\n"
- assert SortImports(file_contents=test_input, order_by_type=False).output == test_input
+ assert SortImports(file_contents=test_input, order_by_type=True).output == test_input