1
0
의 미러 https://github.com/astaxie/beego.git synced 2025-07-17 18:52:16 +00:00

little fix

This commit is contained in:
zav8
2019-02-01 15:39:40 +08:00
부모 af4464ce58
커밋 7abdb05f91

파일 보기

@@ -464,6 +464,7 @@ func TestNullDataTypes(t *testing.T) {
Q := dDbBaser.TableQuote()
num, err = dORM.Raw(fmt.Sprintf("SELECT * FROM %sdata_null%s where id=?", Q, Q), 3).QueryRows(&dnList)
throwFailNow(t, err)
throwFailNow(t, AssertIs(num, 1))
equal := reflect.DeepEqual(*dnList[0], d)
throwFailNow(t, AssertIs(equal, true))
}