mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
🧪 ci: Fix Conversation Grouping Tests
This commit is contained in:
parent
d2494e6b3b
commit
50adb1b3c6
2 changed files with 82 additions and 153 deletions
|
|
@ -152,7 +152,7 @@ describe('Conversation Utilities with Fake Data', () => {
|
|||
const allConversations = pages.flatMap((p) => p.conversations);
|
||||
const grouped = groupConversationsByDate(allConversations);
|
||||
|
||||
expect(grouped).toHaveLength(2);
|
||||
expect(grouped).toHaveLength(1);
|
||||
expect(grouped[0][1]).toBeInstanceOf(Array);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue