diff --git a/session_update_test.go b/session_update_test.go index 2fd87167..b2e4e8e8 100644 --- a/session_update_test.go +++ b/session_update_test.go @@ -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"` }