Tighter test case

This commit is contained in:
Eric Soroos 2022-10-28 14:46:20 +02:00 committed by Hugo van Kemenade
parent 13f2c5ae14
commit 05b175ef88

View File

@ -868,7 +868,7 @@ class TestFileTiff:
def test_oom(self, test_file):
with pytest.raises(UnidentifiedImageError):
with Image.open(test_file) as im:
im.load()
pass