Skip to content
Snippets Groups Projects
Commit 771a14db authored by Colin DAMON's avatar Colin DAMON
Browse files

Convert 0

parent b54d9b19
No related branches found
No related tags found
1 merge request!37Resolve "TCR Roman Numerals"
......@@ -8,5 +8,7 @@ import org.junit.jupiter.api.Test;
class NumeralsTest {
@Test
void shouldConvertZeroToEmptyString() {}
void shouldConvertZeroToEmptyString() {
assertThat(Numerals.toRoman(0)).isEmpty();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment