This commit is contained in:
John Guo
2025-02-28 12:24:28 +08:00
parent 0757ab7f46
commit dd8817f8b1

View File

@ -758,7 +758,7 @@ func Test_Model_Value_WithCache(t *testing.T) {
t.AssertNil(err)
t.Assert(value.Int(), 0)
})
return
gtest.C(t, func(t *gtest.T) {
result, err := db.Model(table).Data(g.MapStrAny{
"id": 1,