Skip to content

Commit d103e84

Browse files
committed
imported test class from junit
1 parent 79cf9cd commit d103e84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/thealgorithms/dynamicprogramming/LongestArithmeticSubsequenceTest.java

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

66
import java.util.stream.Stream;
7+
import org.junit.jupiter.api.Test;
78
import org.apache.commons.lang3.ArrayUtils;
89
import org.junit.jupiter.params.ParameterizedTest;
910
import org.junit.jupiter.params.provider.Arguments;

0 commit comments

Comments
 (0)