File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2828package gocql
2929
3030import (
31- "github.com/stretchr/testify/require"
3231 "testing"
3332 "time"
33+
34+ "github.com/stretchr/testify/require"
3435)
3536
3637func TestBatch_Errors (t * testing.T ) {
Original file line number Diff line number Diff line change 2828package lz4
2929
3030import (
31- "github.com/pierrec/lz4/v4"
3231 "testing"
3332
33+ "github.com/pierrec/lz4/v4"
34+
3435 "github.com/stretchr/testify/require"
3536)
3637
Original file line number Diff line number Diff line change @@ -30,14 +30,15 @@ import (
3030 "encoding/binary"
3131 "errors"
3232 "fmt"
33- "github.com/gocql/gocql/internal/lru"
3433 "io"
3534 "net"
3635 "strings"
3736 "sync"
3837 "sync/atomic"
3938 "time"
4039 "unicode"
40+
41+ "github.com/gocql/gocql/internal/lru"
4142)
4243
4344// Session is the interface used by users to interact with the database.
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ package gocql
2929
3030import (
3131 "sync/atomic"
32-
3332 "testing"
3433)
3534
You can’t perform that action at this time.
0 commit comments