-
-
Notifications
You must be signed in to change notification settings - Fork 690
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
Update DnDCharacterTest.java #2548
Conversation
Just have added all the other abilities to be checked on being calculated just once (lines 178 - 182). Before it was only strength to be checked.
Thanks! I think this is a good addition to the test cases. One thing that I would like to address is that the tests in this exercise are based on canonical data that is shared across Exercism tracks. Here the test case explicitly mentions to check only the In this case I think the deviation is warranted, and we might even consider opening an issue in the problem specifications to address this in the canonical data itself. Until then though, I think we should mention somewhere that our test deviates from the canonical data and why. Each practice exercise in this repository that has canonical data has a [2ca77b9b-c099-46c3-a02c-0d0f68ffa0fe]
description = "each ability is only calculated once"
+ comment = "The canonical data only verify the strength ability, we chose to verify every ability instead." @vonabirgea would you be willing to commit and push this change as well? |
I think I've just done what you proposed, @sanderploegsma. I'm totally new to contributing, pull-requesting and all that stuff, so if I did something wrong - please let me know, I will try my best to make it right then. Thanks for your help! |
@vonabirgea no problem, Exercism is all about learning so you're in the right place 😉 I see that you made your change in another Pull Request instead of this one. Probably you forgot to commit the changes for the You could try to push the commit to the |
@vonabirgea Since the problem-specifications were updated to reflect this change in the canonical data, I took the liberty of syncing the |
Thanks for your contribution! 👍 |
Just have added all the other abilities to be checked on being calculated just once (lines 178 - 182). Before it was only strength to be checked.
pull request
Reviewer Resources:
Track Policies