Remove _check_filenames in mixed_line_ending.py

This commit is contained in:
Morgan Courbet 2017-07-20 20:32:04 +02:00
parent 4d3d8e1831
commit f9915cbbe2
No known key found for this signature in database
GPG key ID: 467299D324A21B24
2 changed files with 0 additions and 14 deletions

View file

@ -152,8 +152,3 @@ def test_mixed_line_ending_fix_force_crlf(
assert ret == expected_retval
assert path.read_binary() == output
def test_check_filenames():
with pytest.raises(IOError):
mixed_line_ending(['/dev/null'])