summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-09-20 15:36:19 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-09-20 15:36:19 -0700
commit8095ede4bf35ceb89c2df3267c65b0accddc2ce6 (patch)
treee506b2a6dc640218fd3b1794368a017cd1593471
parentd2f858ff70d70d095e83ca55c4b8cba2d592127b (diff)
downloadisort-8095ede4bf35ceb89c2df3267c65b0accddc2ce6.tar.gz
Match format of surrounding tests
-rw-r--r--tests/unit/test_regressions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_regressions.py b/tests/unit/test_regressions.py
index b56b6eeb..4869d444 100644
--- a/tests/unit/test_regressions.py
+++ b/tests/unit/test_regressions.py
@@ -951,7 +951,7 @@ except ImportError as e:
)
-def test_isort_should_leave_non_import_from_lines_alone():
+def test_isort_should_leave_non_import_from_lines_alone_issue_1488():
"""isort should never mangle non-import from statements.
See: https://github.com/PyCQA/isort/issues/1488
"""