Skip to content

Commit

Permalink
omit default color value
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
nulano and radarhere authored Dec 31, 2023
1 parent 46a6ddf commit b1e88ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_file_iptc.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


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"
Expand Down

0 comments on commit b1e88ac

Please sign in to comment.