Skip to content

Commit 6ed3b13

Browse files
committed
mito-ai: fix jest test
1 parent 03f5d9c commit 6ed3b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mito-ai/src/tests/AiChat/ModelSelector.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ describe('ModelSelector', () => {
127127
// Verify onConfigChange was called with Haiku model, not GPT 4.1
128128
await waitFor(() => {
129129
expect(mockOnConfigChange).toHaveBeenCalledWith({
130-
model: DEFAULT_MODEL
130+
model: CLAUDE_HAIKU_MODEL_NAME
131131
});
132132
});
133133

0 commit comments

Comments
 (0)