Skip to content

Commit

Permalink
Add addtional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Mar 1, 2020
1 parent d0f0d22 commit b2d560b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ public void setUp() {
public void formatExample() {
assertEquals("#dec#", formatter.format(formatter.getExampleInput()));
}

@Test
public void plainAprilShouldBeApril() {
assertEquals("#apr#", formatter.format("#apr#"));
}
}

0 comments on commit b2d560b

Please sign in to comment.