wip
This commit is contained in:
@@ -287,7 +287,7 @@ describe('InMemorySessionRepository Integration Tests', () => {
|
||||
const inProgressSessions = await repository.findByState('IN_PROGRESS');
|
||||
|
||||
expect(inProgressSessions).toHaveLength(1);
|
||||
expect(inProgressSessions[0].id).toBe(session1.id);
|
||||
expect(inProgressSessions[0]!.id).toBe(session1.id);
|
||||
});
|
||||
|
||||
it('should return empty array when no sessions match state', async () => {
|
||||
|
||||
Reference in New Issue
Block a user