You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(#40): task-reassignment.test.ts의 잘못된 테스트 기대값 수정
초기 셋팅 시 리포지토리 clone 버그는 이전 커밋들(a82ca33, 89420bc, 9f42f0d)에서
이미 수정되었으나, 통합 테스트에서 잘못된 기대값으로 인해 실패하고 있었습니다.
주요 변경 사항:
- TaskAssignmentValidator 테스트: 디렉토리만 있고 .git 파일이 없으면
isWorktreeValid()가 false를 반환해야 함 (기존: true 기대)
- canAssignIdleWorkerToTask 테스트: 유효한 worktree를 위해 .git 파일 생성 추가
- 우선순위 시스템 테스트: 유효한 worktree를 위해 .git 파일 생성 추가
테스트 결과:
- workspace 관련 테스트 50개 모두 통과
- 버그 수정 검증 완료
Closes#40
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments