This commit is contained in:
Lunny Xiao 2023-12-29 22:23:26 +08:00
parent 529b8c66e9
commit 8629b1657e
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ func TestEnableSessionId(t *testing.T) {
func TestIndexHint(t *testing.T) {
assert.NoError(t, PrepareEngine())
assertSync(t, new(Userinfo))
assertSync(t, new(Userinfo), new(Userdetail))
if testEngine.Dialect().URI().DBType != "mysql" {
return
}