mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +03:00
Another typo.
This commit is contained in:
parent
155239cbc3
commit
64e53de5c9
|
@ -76,7 +76,7 @@ def test_render_scale2():
|
|||
#Non-Zero bounding box
|
||||
image2_scale2 = Image.open(file2)
|
||||
image2_scale2.load(scale=2)
|
||||
image2_scale2_compare = Image.open(file1_compare_scale2).convert("RGB")
|
||||
image2_scale2_compare = Image.open(file2_compare_scale2).convert("RGB")
|
||||
image2_scale2_compare.load()
|
||||
assert_image_similar(image2_scale2, image2_scale2_compare, 10)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user