Fix typo in test name (#160)
test_no_tables_found_warnings_supressed -> test_no_tables_found_warnings_suppressedpull/2/head
parent
72481bc1b5
commit
60c1270745
|
|
@ -50,7 +50,7 @@ def test_no_tables_found():
|
||||||
assert str(e.value) == 'No tables found on page-1'
|
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')
|
filename = os.path.join(testdir, 'blank.pdf')
|
||||||
with warnings.catch_warnings():
|
with warnings.catch_warnings():
|
||||||
# the test should fail if any warning is thrown
|
# the test should fail if any warning is thrown
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue