mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
omit default color value
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
46a6ddf0c2
commit
b1e88ac17f
|
@ -12,7 +12,7 @@ TEST_FILE = "Tests/images/iptc.jpg"
|
|||
|
||||
|
||||
def test_open():
|
||||
expected = Image.new("L", (1, 1), 0)
|
||||
expected = Image.new("L", (1, 1))
|
||||
|
||||
f = BytesIO(
|
||||
b"\x1c\x03<\x00\x02\x01\x00\x1c\x03x\x00\x01\x01\x1c\x03\x14\x00\x01\x01"
|
||||
|
|
Loading…
Reference in New Issue
Block a user