We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20fad4d commit 1b5b6edCopy full SHA for 1b5b6ed
tests/test_lbx.py
@@ -28,7 +28,7 @@ def test_lbx_encode(im_png):
28
lbx_encoded = lbx.encode(im_png)
29
version, width, height = map(lambda x: x[0], struct.iter_unpack('<i', lbx_encoded.read(12)))
30
assert version == 1
31
- assert width == 800
+ assert width == 500
32
assert height == 600
33
34
0 commit comments