Skip to content

Commit 335b653

Browse files
committed
Replace wildcard import with explicit JUnit imports
1 parent 7a7f7b6 commit 335b653

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/thealgorithms/recursion/FactorialTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import static org.junit.jupiter.api.Assertions.*;
1+
import static org.junit.jupiter.api.Assertions.assertEquals;
2+
import static org.junit.jupiter.api.Assertions.assertThrows;
23

34
import org.junit.jupiter.api.Test;
45

0 commit comments

Comments
 (0)