Skip to content

Commit 75e7631

Browse files
author
Dorian Birraux
committed
Fix bad expected PIL result.
1 parent f8c635b commit 75e7631

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wolframclient/tests/serializers/wl_pil.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_bool_img(self):
3333
out = export(img, target_format="wl")
3434
self.assertTrue(
3535
out
36-
== b'Image[BinaryDeserialize[ByteArray["ODrCEAICAgEAAAA="]], "Bit", Rule[ColorSpace, Automatic], Rule[Interleaving, True]]'
36+
== b'Image[BinaryDeserialize[ByteArray["ODrCEAICAgEAAAE="]], "Bit", Rule[ColorSpace, Automatic], Rule[Interleaving, True]]'
3737
or out
38-
== b'Image[BinaryDeserialize[ByteArray["ODrCEAICAgEAAAA="]], "Bit", Rule[Interleaving, True], Rule[ColorSpace, Automatic]]'
38+
== b'Image[BinaryDeserialize[ByteArray["ODrCEAICAgEAAAE="]], "Bit", Rule[Interleaving, True], Rule[ColorSpace, Automatic]]'
3939
)

0 commit comments

Comments
 (0)