File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
src/test/java/com/thealgorithms/matrix Expand file tree Collapse file tree 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
5555com.thealgorithms.maths.TrinomialTriangle =UselessParentheses
5656com.thealgorithms.maths.VampireNumber =CollapsibleIfStatements
5757com.thealgorithms.maths.Volume =UselessParentheses
58- com.thealgorithms.matrixexponentiation.Fibonacci =UnnecessaryFullyQualifiedName
5958com.thealgorithms.misc.Sparsity =UselessParentheses
6059com.thealgorithms.misc.ThreeSumProblem =UselessParentheses
6160com.thealgorithms.misc.WordBoggle =UselessParentheses
Original file line number Diff line number Diff line change 22import static org .junit .jupiter .api .Assertions .assertArrayEquals ;
33
44import java .util .stream .Stream ;
5-
65import org .junit .jupiter .params .ParameterizedTest ;
76import org .junit .jupiter .params .provider .Arguments ;
87import org .junit .jupiter .params .provider .MethodSource ;
You can’t perform that action at this time.
0 commit comments