Fix test indent

pull/146/head
Vinayak Mehta 2020-05-24 17:38:48 +05:30
parent f725f04223
commit afa1ba7c1f
No known key found for this signature in database
GPG Key ID: 2170CDB940114C1D
1 changed files with 4 additions and 4 deletions

View File

@ -49,10 +49,10 @@ def test_image_warning():
warnings.simplefilter("error")
with pytest.raises(UserWarning) as e:
tables = camelot.read_pdf(filename)
assert (
str(e.value)
== "page-1 is image-based, camelot only works on text-based pages."
)
assert (
str(e.value)
== "page-1 is image-based, camelot only works on text-based pages."
)
def test_no_tables_found():