From 1a5901c0422c49cbc1efc291897af0b6ef251809 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 31 May 2017 11:06:07 +0800 Subject: [PATCH] fix tests --- session_update_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"` }