Add logs to debug

This commit is contained in:
Vinícius Garcia 2024-10-29 23:06:40 -03:00
parent 658d47173a
commit 4352f659c1

View File

@ -796,6 +796,7 @@ func InsertTest(
},
}
ctx = InjectLogger(ctx, Logger)
err := c.Insert(ctx, NewTable("users", "name"), &u)
tt.AssertNoErr(t, err)
tt.AssertEqual(t, u.Name, "FernandaIsTheID")