Skip to content

Commit 1b5b6ed

Browse files
committed
Fix test
1 parent 20fad4d commit 1b5b6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lbx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_lbx_encode(im_png):
2828
lbx_encoded = lbx.encode(im_png)
2929
version, width, height = map(lambda x: x[0], struct.iter_unpack('<i', lbx_encoded.read(12)))
3030
assert version == 1
31-
assert width == 800
31+
assert width == 500
3232
assert height == 600
3333

3434

0 commit comments

Comments
 (0)