mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
s/lena/hopper/
This commit is contained in:
parent
1f377c2ace
commit
f0591e2ac5
|
@ -5,7 +5,7 @@ from PIL import Image
|
|||
|
||||
class TestModeI16(PillowTestCase):
|
||||
|
||||
original = lena().resize((32, 32)).convert('I')
|
||||
original = hopper().resize((32, 32)).convert('I')
|
||||
|
||||
def verify(self, im1):
|
||||
im2 = self.original.copy()
|
||||
|
|
Loading…
Reference in New Issue
Block a user