Skip to content

Commit 42f92ad

Browse files
committed
fix: fix rec_again param test case
1 parent ed4722b commit 42f92ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_wired_table_rec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def test_plot_html_table(logi_points, cell_box_map, expected_html):
285285
@pytest.mark.parametrize(
286286
"img_path, gt_td_nums, gt2",
287287
[
288-
("table_recognition.jpg", 35, "d colsp"),
288+
("table_recognition.jpg", 20, "d colsp"),
289289
],
290290
)
291291
def test_no_rec_again(img_path, gt_td_nums, gt2):

0 commit comments

Comments
 (0)