Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
twitch
live-coding-fr
Commits
771a14db
Commit
771a14db
authored
Nov 24, 2020
by
Colin DAMON
Browse files
Convert 0
parent
b54d9b19
Changes
1
Hide whitespace changes
Inline
Side-by-side
tcr-roman-numerals/src/test/java/fr/ippon/kata/numeral/NumeralsTest.java
View file @
771a14db
...
...
@@ -8,5 +8,7 @@ import org.junit.jupiter.api.Test;
class
NumeralsTest
{
@Test
void
shouldConvertZeroToEmptyString
()
{}
void
shouldConvertZeroToEmptyString
()
{
assertThat
(
Numerals
.
toRoman
(
0
)).
isEmpty
();
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment