Skip to content

Commit 752786d

Browse files
author
Bot
committed
🤦
1 parent b859d5e commit 752786d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎tests/test_quotes.py‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,9 @@ async def test_quote_image_handlers(
322322
assert (
323323
img.get_flattened_data()
324324
== img2.get_flattened_data()
325-
== qoi_rs.decode_pillow(qoi_rs.encode_pillow(img2)).get_flattened_data()
325+
== qoi_rs.decode_pillow(
326+
qoi_rs.encode_pillow(img2)
327+
).get_flattened_data()
326328
)
327329
img2.close()
328330
qimg = qoi_rs.decode(image4)

0 commit comments

Comments
 (0)