Fix import

This commit is contained in:
Lunny Xiao 2021-07-28 12:08:58 +08:00
parent a90e59d8cd
commit 42c6d33a9a
1 changed files with 2 additions and 1 deletions

View File

@ -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) {