Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
userpj committed Jul 19, 2024
1 parent b8f232b commit 90a1e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appbuilder/tests/test_knowledge_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def test_create_chunk(self):
resp = knowledge.create_chunk(document_id, content="test")
chunk_id = resp.id
knowledge.modify_chunk(chunk_id, content="new test", enable=True)
knowledge.describe_chunk(chunk_id)
knowledge.describe_chunks(document_id)
knowledge.describe_chunk(chunk_id)
knowledge.delete_chunk(chunk_id)


Expand Down

0 comments on commit 90a1e92

Please sign in to comment.