Fix import
This commit is contained in:
parent
a90e59d8cd
commit
42c6d33a9a
|
@ -9,8 +9,9 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"xorm.io/xorm/internal/convert"
|
||||||
|
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
"xorm.io/xorm/convert"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestExecAndQuery(t *testing.T) {
|
func TestExecAndQuery(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue