Update tests to use v2

Signed-off-by: Michał Matczuk <michal@scylladb.com>
This commit is contained in:
Michał Matczuk
2020-04-29 09:50:30 +02:00
committed by Michal Jan Matczuk
parent e90337b9ca
commit cea42f14c7
11 changed files with 22 additions and 22 deletions

View File

@@ -11,9 +11,9 @@ import (
"os"
"testing"
"github.com/scylladb/gocqlx"
. "github.com/scylladb/gocqlx/gocqlxtest"
"github.com/scylladb/gocqlx/qb"
"github.com/scylladb/gocqlx/v2"
. "github.com/scylladb/gocqlx/v2/gocqlxtest"
"github.com/scylladb/gocqlx/v2/qb"
)
type benchPerson struct {