Skip to content

Commit 8095ede

Browse files
Match format of surrounding tests
1 parent d2f858f commit 8095ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_regressions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ def test_import_sorting_shouldnt_be_endless_with_headers_issue_1454():
951951
)
952952

953953

954-
def test_isort_should_leave_non_import_from_lines_alone():
954+
def test_isort_should_leave_non_import_from_lines_alone_issue_1488():
955955
"""isort should never mangle non-import from statements.
956956
See: https://github.com/PyCQA/isort/issues/1488
957957
"""

0 commit comments

Comments
 (0)