mirror of
https://github.com/astaxie/beego.git
synced 2025-06-12 10:00:41 +00:00
fix the orm test
This commit is contained in:
@ -1943,7 +1943,7 @@ func TestInLine(t *testing.T) {
|
||||
throwFail(t, AssertIs(id, 1))
|
||||
|
||||
il := NewInLine()
|
||||
il.Id = 1
|
||||
il.ID = 1
|
||||
err = dORM.Read(il)
|
||||
throwFail(t, err)
|
||||
|
||||
|
Reference in New Issue
Block a user