From 60c12707452de557acd3e42f7ea59ef9e5954c6c Mon Sep 17 00:00:00 2001 From: Jonathan Lloyd Date: Tue, 23 Oct 2018 00:24:57 +0100 Subject: [PATCH] Fix typo in test name (#160) test_no_tables_found_warnings_supressed -> test_no_tables_found_warnings_suppressed --- tests/test_errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_errors.py b/tests/test_errors.py index 86e9e5c..2d0a813 100755 --- a/tests/test_errors.py +++ b/tests/test_errors.py @@ -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