Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed Oct 10, 2020
1 parent 6633e69 commit 59dda8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ def test_isort_with_stdin(capsys):
out, error = capsys.readouterr()

assert not error

# ensures that isort works consistently with check and diff flags

input_content = UnseekableTextIOWrapper(
Expand All @@ -593,7 +593,7 @@ def test_isort_with_stdin(capsys):

assert error
assert not "underlying stream is not seekable" in error
assert not "underlying stream is not seekable" in error
assert not "underlying stream is not seekable" in error

# ensures that isort correctly sorts stdin with --ls flag

Expand Down

0 comments on commit 59dda8d

Please sign in to comment.