diff --git a/tests/test_common.py b/tests/test_common.py index dc2f5af..7f5636b 100644 --- a/tests/test_common.py +++ b/tests/test_common.py @@ -73,7 +73,7 @@ def test_stream_table_regions(): df = pd.DataFrame(data_stream_table_areas) filename = os.path.join(testdir, "tabula/us-007.pdf") - tables = camelot.read_pdf(filename, flavor="stream", table_areas=["320,460,573,335"]) + tables = camelot.read_pdf(filename, flavor="stream", table_regions=["320,460,573,335"]) assert df.equals(tables[0].df)