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