Skip to content

Commit afa4a3f

Browse files
committed
Add HTML to tested format names
1 parent b1e1d33 commit afa4a3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_pdftables_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ def test_unmodified(self):
3939
Client.ensure_format_ext('foo.xlsx', 'xlsx-multiple'))
4040
self.assertEqual(('foo.xml', 'xml'),
4141
Client.ensure_format_ext('foo.xml', 'xml'))
42+
self.assertEqual(('foo.html', 'html'),
43+
Client.ensure_format_ext('foo.html', 'html'))
4244

4345
def test_missing_format(self):
4446
self.assertEqual(('foo.xlsx', 'xlsx-multiple'),

0 commit comments

Comments
 (0)