-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix grinding #2829
fix grinding #2829
Conversation
tyrosine1153
commented
Sep 12, 2024
- fix grinding reward
- add Equipments duplicate check
if (EquipmentIds.Count != EquipmentIds.Distinct().Count()) | ||
{ | ||
throw new InvalidItemCountException(); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분에 대한 테스트가 필요해보입니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이건 사후테스트로 돌려도 될듯합니다. (중복확인용이라)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
그럼 테스트 추가해야한다고 이슈만 남겨놓고 머지하시죠 @tyrosine1153
8f80b3f
to
56eaa07
Compare
f29079a
to
c9ef100
Compare