Skip to content

Commit 3b729d9

Browse files
committed
addressed feedback : reverted the removed space between tests
1 parent c22c771 commit 3b729d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/transformation_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ def test_pdf_info(transform):
252252
result = transform.pdf_info(colorinfo=True)
253253
assert result.url == target_url
254254

255+
255256
def test_pdf_convert(transform):
256257
target_url = '{}/{}/pdfconvert=pageorientation:landscape/{}'.format(config.CDN_URL, APIKEY, EXTERNAL_URL)
257258
result = transform.pdf_convert(pageorientation='landscape')

0 commit comments

Comments
 (0)