Skip to content

Commit

Permalink
Assert that image is equal
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 19, 2022
1 parent 7e5e843 commit 3c7aa13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_webp_alpha.py
Expand Up @@ -123,7 +123,7 @@ def test_keep_rgb_values_when_transparent(tmp_path):
# even though it is lossless, if we don't use exact=True
# in libwebp >= 0.5, the transparent area will be filled with black
# (or something more conducive to compression)
assert_image_similar(reloaded.convert("RGB"), image, 1)
assert_image_equal(reloaded.convert("RGB"), image)


def test_write_unsupported_mode_PA(tmp_path):
Expand Down

0 comments on commit 3c7aa13

Please sign in to comment.