Skip to content

Commit

Permalink
Organizations initial commit - sync main - tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneLightsOn committed Jun 19, 2024
1 parent d05b558 commit 02fcbbd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/backend/tests/crud/test_conversation.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,10 @@ def test_list_converstions_with_agent_id_filter_and_pagination(session, user):
)
for i in range(10):
get_factory("Conversation", session).create(
title=f"Conversation {i} with agent", user_id=user.id, agent_id=agent.id, updated_at=f"2021-01-{31-i}"
title=f"Conversation {i} with agent",
user_id=user.id,
agent_id=agent.id,
updated_at=f"2021-01-{31-i}",
)

for i in range(10):
Expand Down

0 comments on commit 02fcbbd

Please sign in to comment.