changed test case

This commit is contained in:
Илья Смышляев 2022-09-16 16:03:13 +04:00
parent b01e6ed906
commit 9b85b8749f
1 changed files with 1 additions and 1 deletions

View File

@ -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) {