summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2019-07-03 20:25:42 +1000
committerTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-07-03 11:55:18 -0700
commit36f8c395e5c4a91c07493ed6ffea1baf298f33b3 (patch)
tree39d3f088a7ba22803c76679a7365cd48a3037bba
parent9d8191f1305c63db7c3a1311eeeefdaa3978f58c (diff)
downloadisort-36f8c395e5c4a91c07493ed6ffea1baf298f33b3.tar.gz
Fix up typo, replace resovled with resolved
-rw-r--r--test_isort.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_isort.py b/test_isort.py
index 9d9297c5..fea97e4d 100644
--- a/test_isort.py
+++ b/test_isort.py
@@ -1967,7 +1967,7 @@ def test_forced_sepatate_globs():
def test_no_additional_lines_issue_358():
- """Test to ensure issue 358 is resovled and running isort multiple times does not add extra newlines"""
+ """Test to ensure issue 358 is resolved and running isort multiple times does not add extra newlines"""
test_input = ('"""This is a docstring"""\n'
'# This is a comment\n'
'from __future__ import (\n'