mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Replace lena.psd with hopper.psd
This commit is contained in:
parent
b60a06e59a
commit
468cea1be0
Binary file not shown.
|
@ -3,7 +3,7 @@ from helper import unittest, PillowTestCase
|
|||
from PIL import Image
|
||||
|
||||
# sample ppm stream
|
||||
file = "Tests/images/lena.psd"
|
||||
file = "Tests/images/hopper.psd"
|
||||
data = open(file, "rb").read()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user