fix test
This commit is contained in:
parent
529b8c66e9
commit
8629b1657e
|
@ -65,7 +65,7 @@ func TestEnableSessionId(t *testing.T) {
|
||||||
|
|
||||||
func TestIndexHint(t *testing.T) {
|
func TestIndexHint(t *testing.T) {
|
||||||
assert.NoError(t, PrepareEngine())
|
assert.NoError(t, PrepareEngine())
|
||||||
assertSync(t, new(Userinfo))
|
assertSync(t, new(Userinfo), new(Userdetail))
|
||||||
if testEngine.Dialect().URI().DBType != "mysql" {
|
if testEngine.Dialect().URI().DBType != "mysql" {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue