mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
test(anthropic): rename test to reflect lazy text-block open
This commit is contained in:
parent
c42f313099
commit
b19e7e7713
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class TestProcessEventTextDeltaWithoutOutputItemAdded:
|
|||
assert chunks[2]["content_block"] == {"type": "text", "text": ""}
|
||||
assert [c["index"] for c in chunks] == [0, 0, 1, 1]
|
||||
|
||||
def test_process_event_registered_item_id_does_not_synthesize_start(self):
|
||||
def test_process_event_message_item_opens_text_block_exactly_once(self):
|
||||
chunks = _process_all(
|
||||
[
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue