File tree 2 files changed +0
-2
lines changed
src/test/java/com/thealgorithms/matrix
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ com.thealgorithms.maths.SumOfArithmeticSeries=UselessParentheses
55
55
com.thealgorithms.maths.TrinomialTriangle =UselessParentheses
56
56
com.thealgorithms.maths.VampireNumber =CollapsibleIfStatements
57
57
com.thealgorithms.maths.Volume =UselessParentheses
58
- com.thealgorithms.matrixexponentiation.Fibonacci =UnnecessaryFullyQualifiedName
59
58
com.thealgorithms.misc.Sparsity =UselessParentheses
60
59
com.thealgorithms.misc.ThreeSumProblem =UselessParentheses
61
60
com.thealgorithms.misc.WordBoggle =UselessParentheses
Original file line number Diff line number Diff line change 2
2
import static org .junit .jupiter .api .Assertions .assertArrayEquals ;
3
3
4
4
import java .util .stream .Stream ;
5
-
6
5
import org .junit .jupiter .params .ParameterizedTest ;
7
6
import org .junit .jupiter .params .provider .Arguments ;
8
7
import org .junit .jupiter .params .provider .MethodSource ;
You can’t perform that action at this time.
0 commit comments