Skip to content

Commit

Permalink
Update Tests/test_file_libtiff.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Andrew Murray <3112309+radarhere@users.noreply.github.com>
  • Loading branch information
chadawagner and radarhere committed Aug 19, 2019
1 parent 457a97d commit 34330a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_libtiff.py
Expand Up @@ -82,7 +82,7 @@ def test_g4_tiff_bytesio(self):
self._assert_noerr(im)

def test_g4_non_disk_file_object(self):
"""Testing loading from non-disk non-bytesio file object"""
"""Testing loading from non-disk non-BytesIO file object"""
test_file = "Tests/images/hopper_g4_500.tif"
s = io.BytesIO()
with open(test_file, "rb") as f:
Expand Down

0 comments on commit 34330a7

Please sign in to comment.