mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-06 21:03:18 +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):
|
class TestModeI16(PillowTestCase):
|
||||||
|
|
||||||
original = lena().resize((32, 32)).convert('I')
|
original = hopper().resize((32, 32)).convert('I')
|
||||||
|
|
||||||
def verify(self, im1):
|
def verify(self, im1):
|
||||||
im2 = self.original.copy()
|
im2 = self.original.copy()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user