Skip to content

Commit 28bb3f2

Browse files
committed
fix test error
1 parent 7d8a41c commit 28bb3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def generate_events(length: int) -> list[Event]:
2828
)
2929
event = Event(
3030
invocation_id=str(uuid.uuid4()),
31-
author="test_agent",
31+
author="user",
3232
content=types.Content(
3333
parts=[types.Part(text=random_chinese)],
3434
role=["user", "model"][i % 2],

0 commit comments

Comments
 (0)