mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-06 21:40:09 +03:00
Fix test file path
This commit is contained in:
parent
66e667227a
commit
9d545442bd
|
@ -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