Update version file and add tests by katmpatz ยท Pull Request #1393 ยท exercism/java

@katmpatz

FridaTveit

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 katmpatz changed the title Update version file and add tests Update version file and add tests

Apr 11, 2018

@katmpatz

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!

@FridaTveit

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 ๐Ÿ™‚

@katmpatz

Ok I will do that! Thank you for the advice!! ๐Ÿ˜„

@FridaTveit

No problem, that's what we're here for ๐Ÿ™‚