Skip to content

Commit

Permalink
Fix test to reflect new verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycrosley committed May 15, 2014
1 parent 76f3407 commit cf6855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_isort.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def test_check_newline_in_imports(capsys):
' sub3\n)\n')

SortImports(file_contents=test_input, multi_line_output=WrapModes.VERTICAL_HANGING_INDENT, line_length=20,
check=True)
check=True, verbose=True)
out, err = capsys.readouterr()
assert 'SUCCESS' in out

Expand Down

0 comments on commit cf6855b

Please sign in to comment.