Skip to content

Commit 69f5339

Browse files
committed
1 parent ab0e6b1 commit 69f5339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-structures/matrix/matrix_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package stack
1+
package matrix
22

33
import (
44
"testing"
@@ -18,4 +18,4 @@ func Test_matrix(t *testing.T) {
1818
{"90", "91", "92", "93", "94", "95", "96", "97", "98", "99"},
1919
}
2020
spiralTraverse(m)
21-
}
21+
}

0 commit comments

Comments
 (0)