Update version file and add tests by katmpatz ยท Pull Request #1393 ยท exercism/java
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks @katmpatz! Only one minor indentation issue ๐
| @Test | ||
| public void test49ToRomanNumberXLIX() { | ||
| romanNumeral = new RomanNumeral(49); | ||
| assertEquals("XLIX", romanNumeral.getRomanNumeral()); |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The indentation here appears to be a bit inconsistent. I think the four statements above need to be indented with one more space ๐
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok!! I will fix it! ๐
katmpatz
changed the title
Update version file and add tests
Update version file and add tests
I uploaded by mistake the solve of issue #1393 in this pull request. I am new to github and I am not used to git commands. Should I have to make a new pull request for this issue? Thank you for understanding!
Yes, please only fix one issue per pull request. To make that easier it's a good idea to make a branch for each issue you start working on. Once you've pushed that branch and opened a pull request for it you can checkout master and make a new branch for the next issue you want to work on ๐
Does that make sense? ๐ I know git and github can be confusing at first so let us know if you need any help ๐
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters