summaryrefslogtreecommitdiff
path: root/test_isort.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_isort.py')
-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