mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 01:04:29 +03:00
parameter name change
This commit is contained in:
parent
68b960ca2f
commit
52b6894865
|
@ -59,7 +59,7 @@ class TestImageTransform(PillowTestCase):
|
|||
(0, 0,
|
||||
w*2, h*2),
|
||||
Image.BILINEAR,
|
||||
fill = 'red')
|
||||
fillcolor = 'red')
|
||||
|
||||
self.assertEqual(transformed.getpixel((w-1,h-1)), (255,0,0))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user