Skip to content

Commit 1af5259

Browse files
committed
Fix test: test_stream_no_tables_in_area
1 parent 674b6f2 commit 1af5259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_stream_no_tables_in_area(testdir):
110110
warnings.simplefilter("error")
111111
with pytest.raises(UserWarning) as e:
112112
tables = camelot.read_pdf(filename, flavor="stream")
113-
assert str(e.value) == "No tables found in table area (0, 0, 792, 612)"
113+
assert str(e.value) == "No tables found in table area (0, 0, 792.0, 612.0)"
114114

115115

116116
def test_lattice_no_tables_on_page(testdir):

0 commit comments

Comments
 (0)