Skip to content

Commit 970a32a

Browse files
committed
Build fail by lint
1 parent 8c36f5f commit 970a32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/matrix/InverseOfMatrixTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.thealgorithms.matrix;
2+
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
23

34
import java.util.stream.Stream;
45

5-
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
66
import org.junit.jupiter.params.ParameterizedTest;
77
import org.junit.jupiter.params.provider.Arguments;
88
import org.junit.jupiter.params.provider.MethodSource;

0 commit comments

Comments
 (0)