mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-07-13 07:38:21 +00:00
Add logs to debug
This commit is contained in:
parent
658d47173a
commit
4352f659c1
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user