Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Feb 28, 2025
1 parent 0757ab7 commit dd8817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/drivers/mysql/mysql_z_unit_model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dd8817f

Please sign in to comment.