Fix tests and update circle.ci

This commit is contained in:
go-jet 2025-02-22 18:32:57 +01:00
parent f20bf50879
commit 6fe2f8605e
4 changed files with 17 additions and 9 deletions

View file

@ -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",