Skip to content

Commit

Permalink
Remove duplicated test
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed May 2, 2019
1 parent 90fb6ee commit 346464f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test_isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -2995,13 +2995,6 @@ def test_skip_paths_issue_938(tmpdir):
assert b'skipped 1' in results.lower()


def test_standard_library_deprecates_user_issue_778():
test_input = ('import os\n'
'\n'
'import user\n')
assert SortImports(file_contents=test_input).output == test_input


def test_failing_file_check_916():
test_input = ('#!/usr/bin/env python\n'
'# -*- coding: utf-8 -*-\n'
Expand Down

0 comments on commit 346464f

Please sign in to comment.