summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-04-02 23:36:46 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-04-02 23:36:46 -0700
commit2d0c62b8aaece05b11590874b1b3b5cdfd90d43d (patch)
tree891b22431a74d0ba3431775c72c6c6a14d497311
parent77ea8dc4cfc71f7fb191ea383d842bdd59db777d (diff)
downloadisort-2d0c62b8aaece05b11590874b1b3b5cdfd90d43d.tar.gz
Fix test case
-rw-r--r--test_isort.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_isort.py b/test_isort.py
index 5341fbad..21324376 100644
--- a/test_isort.py
+++ b/test_isort.py
@@ -2977,4 +2977,4 @@ def test_failing_file_check_916():
'indent': ' ',
'multi_line_output': 3,
'lines_after_imports': 2}
- assert SortImports(test_input, **setting).output == expected_output
+ assert SortImports(test_input, **settings).output == expected_output