Skip to content

Commit f94a56a

Browse files
committed
Fix
1 parent 7abf5f7 commit f94a56a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/misc/MatrixTransposeTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ public void testTransposeEmptyMatrix() {
5353
@Test
5454
public void testTransposeNullMatrix() {
5555
int[][] matrix = null;
56-
5756
assertThrows(NullPointerException.class, () -> MatrixTranspose.transpose(matrix), "Expected IllegalArgumentException for null matrix.");
5857
}
5958
}

0 commit comments

Comments
 (0)