Skip to content

Commit

Permalink
Merge branch 'library-update' of https://github.com/Safe-DS/Runner in…
Browse files Browse the repository at this point in the history
…to library-update
  • Loading branch information
WinPlay02 committed Jan 12, 2024
2 parents 9673268 + acd6518 commit b48e67d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/safeds_runner/server/test_json_encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
(
Image.from_bytes(
base64.b64decode(
"iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5"
"+AAAAD0lEQVQIW2NkQAOMpAsAAADuAAVDMQ2mAAAAAElFTkSuQmCC",
)
"iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAD0lEQVQIW2NkQAOMpAsAAADuAAVDMQ2mAAAAAElFTkSuQmCC",
),
),
(
'{"format": "png", "bytes": '
'"iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADElEQVR4nGNgoBwAAABEAAHX40j9\\nAAAAAElFTkSuQmCC\\n"}'
),
)
),
],
ids=["encode_table", "encode_image_png"],
)
Expand Down

0 comments on commit b48e67d

Please sign in to comment.