Skip to content

Commit c3b528b

Browse files
committed
tests import fix
1 parent 107f360 commit c3b528b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

internal/integration/reql_tests/reql_bitwise_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package reql_tests
22

33
import (
44
"github.com/stretchr/testify/suite"
5-
r "gopkg.in/gorethink/gorethink.v4"
5+
r "gopkg.in/rethinkdb/rethinkdb-go.v5"
66
"testing"
77
)
88

internal/integration/reql_tests/reql_timeout_test.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/integration/reql_tests/reql_writehook_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package reql_tests
22

33
import (
44
"github.com/stretchr/testify/suite"
5-
r "gopkg.in/gorethink/gorethink.v4"
6-
"gopkg.in/gorethink/gorethink.v4/internal/compare"
5+
r "gopkg.in/rethinkdb/rethinkdb-go.v5"
6+
"gopkg.in/rethinkdb/rethinkdb-go.v5/internal/compare"
77
"testing"
88
)
99

internal/integration/reql_tests/template.go.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"time"
66

77
"github.com/stretchr/testify/suite"
8-
r "gopkg.in/rethinkdb/rethinkdb-go.v4"
9-
"gopkg.in/rethinkdb/rethinkdb-go.v4/internal/compare"
8+
r "gopkg.in/rethinkdb/rethinkdb-go.v5"
9+
"gopkg.in/rethinkdb/rethinkdb-go.v5/internal/compare"
1010
)
1111

1212
// ${description}

0 commit comments

Comments
 (0)