mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Fix path
This commit is contained in:
parent
66e667227a
commit
2ccd76e66f
|
@ -2,7 +2,7 @@ from helper import unittest, PillowTestCase, tearDownModule
|
|||
|
||||
from PIL import Image
|
||||
|
||||
test_file = "Images/lena.ppm"
|
||||
test_file = "Tests/images/lena.ppm"
|
||||
|
||||
ORIGINAL_LIMIT = Image.MAX_IMAGE_PIXELS
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user