RED: test converts 2 to II
This commit is contained in:
parent
0faa1de47c
commit
a4e6689427
1 changed files with 4 additions and 0 deletions
|
|
@ -5,4 +5,8 @@ void main() {
|
|||
test('converts 1 to I', () {
|
||||
expect(roman_numerals.integerToRoman(1), 'I');
|
||||
});
|
||||
|
||||
test('converts 2 to II', () {
|
||||
expect(roman_numerals.integerToRoman(2), 'II');
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue