Skip to content

Commit

Permalink
Tighter test case
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredfool authored and hugovk committed Oct 29, 2022
1 parent 13f2c5a commit 05b175e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_tiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ def test_timeout(self):
def test_oom(self, test_file):
with pytest.raises(UnidentifiedImageError):
with Image.open(test_file) as im:
im.load()
pass



Expand Down

0 comments on commit 05b175e

Please sign in to comment.