From dd8817f8b1cf59aafc27f59c00dcfd2ce189d7eb Mon Sep 17 00:00:00 2001 From: John Guo Date: Fri, 28 Feb 2025 12:24:28 +0800 Subject: [PATCH] up --- contrib/drivers/mysql/mysql_z_unit_model_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/drivers/mysql/mysql_z_unit_model_test.go b/contrib/drivers/mysql/mysql_z_unit_model_test.go index 1f78a1091..e4190e663 100644 --- a/contrib/drivers/mysql/mysql_z_unit_model_test.go +++ b/contrib/drivers/mysql/mysql_z_unit_model_test.go @@ -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,