We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8be9f commit f2a9960Copy full SHA for f2a9960
1 file changed
src/test/java/com/thealgorithms/recursion/FactorialTest.java
@@ -33,4 +33,4 @@ public void testFactorialOfTen() {
33
public void testNegativeNumberThrowsException() {
34
assertThrows(IllegalArgumentException.class, () -> Factorial.factorial(-1));
35
}
36
-}
+}
0 commit comments