replace go-sqlmock module to new source in tests
This commit is contained in:
parent
bbab76ce78
commit
3df5dd68ff
2 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
sqlmock "github.com/DATA-DOG/go-sqlmock"
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
sqlmock "gopkg.in/DATA-DOG/go-sqlmock.v1"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestNew(t *testing.T) {
|
func TestNew(t *testing.T) {
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
sqlmock "github.com/DATA-DOG/go-sqlmock"
|
||||||
"github.com/pkg/errors"
|
"github.com/pkg/errors"
|
||||||
sqlmock "gopkg.in/DATA-DOG/go-sqlmock.v1"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestNew(t *testing.T) {
|
func TestNew(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue