This commit is contained in:
2025-12-16 21:05:01 +01:00
parent f61e3a4e5a
commit 7532c7ed6d
207 changed files with 7861 additions and 2606 deletions

View File

@@ -45,6 +45,6 @@ describe('ApproveTeamJoinRequestUseCase', () => {
const result = await useCase.execute({ teamId: 'team-1', requestId: 'req-1' });
expect(result.isErr()).toBe(true);
expect(result.unwrapErr().message).toBe('Join request not found');
expect(result.unwrapErr().code).toBe('JOIN_REQUEST_NOT_FOUND');
});
});