mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +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")
|
im = im.convert("RGBA")
|
||||||
assert_image(im, "RGBA", (64, 64))
|
assert_image(im, "RGBA", (64, 64))
|
||||||
|
|
||||||
# image has 867 transparent pixels
|
# image has 876 transparent pixels
|
||||||
assert_equal(im.split()[3].getcolors()[0][0], 867)
|
assert_equal(im.split()[3].getcolors()[0][0], 876)
|
||||||
|
|
||||||
def test_save_p_transparent_palette():
|
def test_save_p_transparent_palette():
|
||||||
in_file = "Tests/images/pil123p.png"
|
in_file = "Tests/images/pil123p.png"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user