Skip to content

Commit 3d03dd0

Browse files
author
Maria Paszkiewicz SCC
committed
Deleted unused line in the test for FactorialRecursion.java.
1 parent b96dc2e commit 3d03dd0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import static org.junit.jupiter.api.Assertions.assertThrows;
55

66
import java.util.stream.Stream;
7-
import org.junit.jupiter.api.Assertions;
87
import org.junit.jupiter.api.Test;
98
import org.junit.jupiter.params.ParameterizedTest;
109
import org.junit.jupiter.params.provider.Arguments;

0 commit comments

Comments
 (0)