fix pdf test

for new sizing rules
This commit is contained in:
John Cupitt 2019-04-30 16:24:36 +01:00
parent 29d29533d4
commit ec0b7e7bdf
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ class TestForeign:
def pdf_valid(im):
a = im(10, 10)
assert_almost_equal_objects(a, [35, 31, 32, 255])
assert im.width == 1133
assert im.width == 1134
assert im.height == 680
assert im.bands == 4