mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-04-19 12:39:59 +08:00
### What problem does this PR solve? Update test cases for PR #6643 issue #6607 ### Type of change - [x] update test cases
This commit is contained in:
parent
a73fbc61ff
commit
58f8026632
@ -168,8 +168,7 @@ class TestChunksDeletion:
|
||||
),
|
||||
(lambda r: {"chunk_ids": r[:1]}, 0, "", 4),
|
||||
(lambda r: {"chunk_ids": r}, 0, "", 1),
|
||||
pytest.param({"chunk_ids": []}, 0, "deleted 5 chunks", 0)
|
||||
|
||||
({"chunk_ids": []}, 0, "", 0),
|
||||
],
|
||||
)
|
||||
def test_basic_scenarios(
|
||||
|
Loading…
x
Reference in New Issue
Block a user