Add logs to debug

pull/53/head
Vinícius Garcia 2024-10-29 23:06:40 -03:00
parent 658d47173a
commit 4352f659c1
1 changed files with 1 additions and 0 deletions

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")