We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015eb85 commit e1aff29Copy full SHA for e1aff29
1 file changed
src/test/java/com/thealgorithms/others/PrintAMatrixInSpiralOrderTest.java
@@ -1,6 +1,6 @@
1
package com.thealgorithms.others;
2
3
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertEquals;
4
5
import java.util.Arrays;
6
import java.util.Collections;
0 commit comments