mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
dyslexic typo
This commit is contained in:
parent
e60b871b92
commit
e12528fb62
|
@ -158,8 +158,8 @@ def test_load_transparent_rgb():
|
|||
im = im.convert("RGBA")
|
||||
assert_image(im, "RGBA", (64, 64))
|
||||
|
||||
# image has 867 transparent pixels
|
||||
assert_equal(im.split()[3].getcolors()[0][0], 867)
|
||||
# image has 876 transparent pixels
|
||||
assert_equal(im.split()[3].getcolors()[0][0], 876)
|
||||
|
||||
def test_save_p_transparent_palette():
|
||||
in_file = "Tests/images/pil123p.png"
|
||||
|
|
Loading…
Reference in New Issue
Block a user