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