changed test case
This commit is contained in:
parent
b01e6ed906
commit
9b85b8749f
|
@ -16,7 +16,7 @@ type testdata struct {
|
||||||
|
|
||||||
var test = []testdata{
|
var test = []testdata{
|
||||||
{[]int{9, 3, 9, 3, 9, 7, 9}, 7},
|
{[]int{9, 3, 9, 3, 9, 7, 9}, 7},
|
||||||
{[]int{9, 3, 9, 3, 9, 7, 9}, 8},
|
{[]int{9, 3, 9, 8, 9, 7, 9}, 3},
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestRotation(t *testing.T) {
|
func TestRotation(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue