fix tests

This commit is contained in:
Lunny Xiao 2017-05-31 11:06:07 +08:00
parent b23f41e1c8
commit 1a5901c042
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ func TestForUpdate(t *testing.T) {
func TestWithIn(t *testing.T) {
type temp3 struct {
Id int64
Id int64 `xorm:"Id pk autoincr"`
Name string `xorm:"Name"`
Test bool `xorm:"Test"`
}