chore: fixes
This commit is contained in:
+1
-4
@@ -1,8 +1,6 @@
|
||||
package aoc_test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"sort"
|
||||
"testing"
|
||||
|
||||
"github.com/matryer/is"
|
||||
@@ -27,7 +25,6 @@ func TestRepeat(t *testing.T) {
|
||||
is.Equal(aoc.Repeat(5, 3), []int{5, 5, 5})
|
||||
}
|
||||
|
||||
|
||||
func TestTranspose(t *testing.T) {
|
||||
is := is.New(t)
|
||||
|
||||
@@ -44,4 +41,4 @@ func TestTranspose(t *testing.T) {
|
||||
{1, 0, 1},
|
||||
},
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user