renaming session-manager to conversations

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-08-21 21:09:32 -04:00
parent d0c5e07f8a
commit 8632d33a36
4 changed files with 13 additions and 13 deletions

View file

@ -74,7 +74,7 @@ jest.mock("@/components/chat-playground/chat", () => ({
),
}));
jest.mock("@/components/chat-playground/session-manager", () => ({
jest.mock("@/components/chat-playground/conversations", () => ({
SessionManager: jest.fn(({ selectedAgentId, onNewSession }) => (
<div data-testid="session-manager">
{selectedAgentId && (