Skip to content

Commit

Permalink
print correct image with issue
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-ht committed Dec 4, 2024
1 parent 7b65a4c commit 31b4b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ def assert_render_equality(
f_data = f.read()
f_ref_data = f_ref.read()
if f_data != f_ref_data:
print(f"image with issue: {base64.b64encode(f_ref_data)}")
print(f"image with issue: {base64.b64encode(f_data)}")
assert f_data == f_ref_data

0 comments on commit 31b4b73

Please sign in to comment.