Fix typo in test name (#160)

test_no_tables_found_warnings_supressed -> test_no_tables_found_warnings_suppressed
pull/2/head
Jonathan Lloyd 2018-10-23 00:24:57 +01:00 committed by Vinayak Mehta
parent 72481bc1b5
commit 60c1270745
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def test_no_tables_found():
assert str(e.value) == 'No tables found on page-1'
def test_no_tables_found_warnings_supressed():
def test_no_tables_found_warnings_suppressed():
filename = os.path.join(testdir, 'blank.pdf')
with warnings.catch_warnings():
# the test should fail if any warning is thrown