Skip to content

Commit

Permalink
fix(ci): date test
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila committed Feb 10, 2024
1 parent eb98ccd commit b8e5942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/utils/convos.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('Conversation Utilities with Fake Data', () => {
const allConversations = pages.flatMap((p) => p.conversations);
const grouped = groupConversationsByDate(allConversations);

expect(grouped).toHaveLength(1);
expect(grouped).toHaveLength(2);
expect(grouped[0][1]).toBeInstanceOf(Array);
});
});
Expand Down

0 comments on commit b8e5942

Please sign in to comment.