Skip to content

Commit 7e98941

Browse files
committed
Fix case
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
1 parent 592a21f commit 7e98941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testcases/test_sdk_api/test_chunk_management_within_dataset/test_list_chunks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_page_size(self, add_chunks, params, expected_page_size, expected_messag
7777
({"keywords": ""}, 5),
7878
({"keywords": "1"}, 1),
7979
({"keywords": "chunk"}, 4),
80-
({"keywords": "ragflow"}, 5),
80+
({"keywords": "ragflow"}, 1),
8181
({"keywords": "unknown"}, 0),
8282
],
8383
)

0 commit comments

Comments
 (0)