mirror of https://github.com/VinGarcia/ksql.git
Add logs to debug
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…
Reference in New Issue