Fix test
This commit is contained in:
parent
9181f5982f
commit
48d48ab359
|
@ -70,6 +70,6 @@ func TestIndexHint(t *testing.T) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
_, err := testEngine.Table("userinfo").IndexHint("USE", "UQE_userinfo_Username").Get(new(Userinfo))
|
_, err := testEngine.Table("userinfo").IndexHint("USE", "UQE_userinfo_username").Get(new(Userinfo))
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue