mirror of
https://github.com/DerTyp7/roman-char-converter-java.git
synced 2025-10-28 20:32:11 +01:00
add junit params as dependency
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -21,5 +21,11 @@
|
||||
<version>5.10.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-params</artifactId>
|
||||
<version>5.10.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
@@ -29,7 +29,6 @@ public class RomanCharConverter {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
result += this.romanToArabic.get(romanChar);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user