Skip to content

Commit 5609777

Browse files
committed
chore: final formatting and test fix for BigInteger
1 parent 1b31a2f commit 5609777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import static org.junit.jupiter.api.Assertions.assertEquals;
44
import static org.junit.jupiter.api.Assertions.assertThrows;
5+
56
import java.math.BigInteger;
67
import org.junit.jupiter.api.Test;
78

0 commit comments

Comments
 (0)