Fix tests and update circle.ci
This commit is contained in:
parent
f20bf50879
commit
6fe2f8605e
4 changed files with 17 additions and 9 deletions
|
|
@ -46,7 +46,7 @@ FROM (
|
|||
|
||||
err = stmt.QueryJSON(ctx, db, &dest2)
|
||||
require.NoError(t, err)
|
||||
testutils.PrintJson(dest2)
|
||||
//testutils.PrintJson(dest2)
|
||||
testutils.AssertDeepEqual(t, dest2, map[string]interface{}{
|
||||
"actorID": float64(2),
|
||||
"firstName": "Nick",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue