fix tests
This commit is contained in:
parent
b23f41e1c8
commit
1a5901c042
|
@ -205,7 +205,7 @@ func TestForUpdate(t *testing.T) {
|
||||||
|
|
||||||
func TestWithIn(t *testing.T) {
|
func TestWithIn(t *testing.T) {
|
||||||
type temp3 struct {
|
type temp3 struct {
|
||||||
Id int64
|
Id int64 `xorm:"Id pk autoincr"`
|
||||||
Name string `xorm:"Name"`
|
Name string `xorm:"Name"`
|
||||||
Test bool `xorm:"Test"`
|
Test bool `xorm:"Test"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue