Commit 9ce6dc4c authored by maxin[马鑫]'s avatar maxin[马鑫]

remove test ; because rows are returned in an unspecified order

parent 81c6c898
......@@ -970,7 +970,6 @@ func TestOne(t *testing.T) {
qs := dORM.QueryTable("user")
err := qs.One(&user)
throwFail(t, err)
throwFail(t, AssertIs(user.UserName, "slene"))
user = User{}
err = qs.OrderBy("Id").Limit(1).One(&user)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment