We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7f7b6 commit 335b653Copy full SHA for 335b653
1 file changed
src/test/java/com/thealgorithms/recursion/FactorialTest.java
@@ -1,4 +1,5 @@
1
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertEquals;
2
+import static org.junit.jupiter.api.Assertions.assertThrows;
3
4
import org.junit.jupiter.api.Test;
5
0 commit comments