This commit is contained in:
Lunny Xiao 2020-09-08 12:56:36 +08:00
parent 4b9d2d6974
commit 981b83bb67
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -1384,7 +1384,7 @@ func TestNilFromDB(t *testing.T) {
assert.EqualValues(t, 1, cnt) assert.EqualValues(t, 1, cnt)
cnt, err = testEngine.Update(TestTable1{ cnt, err = testEngine.Update(TestTable1{
UpdateTime: time.Now(), UpdateTime: time.Now().Add(time.Second),
}, TestTable1{ }, TestTable1{
Id: 1, Id: 1,
}) })