Skip to content

Commit 1ca13cb

Browse files
author
dori
committed
fix: reformat
1 parent 5399537 commit 1ca13cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_conversation_history_lifecycle.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,10 @@ async def test_lru_session_cleanup_lifecycle(self):
236236

237237
# Add recent activity to Session A (making it most recently used)
238238
await db.save_conversation(
239-
"session_A",
240-
"tool2",
241-
"recent_input",
242-
"recent_output",
239+
session_id="session_A",
240+
source="tool2",
241+
input_data="recent_input",
242+
output="recent_output",
243243
)
244244
print(" Session A: Updated with recent activity (most recently used)")
245245

0 commit comments

Comments
 (0)