Skip to content

Commit e1aff29

Browse files
committed
Fix
1 parent 015eb85 commit e1aff29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/others/PrintAMatrixInSpiralOrderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.thealgorithms.others;
22

3-
import static org.junit.jupiter.api.Assertions.*;
3+
import static org.junit.jupiter.api.Assertions.assertEquals;
44

55
import java.util.Arrays;
66
import java.util.Collections;

0 commit comments

Comments
 (0)