mirror of https://github.com/jackc/pgx.git
proper naming
parent
215ffafc74
commit
8b7c699b8f
|
@ -736,7 +736,7 @@ func TestRowToStructByNameLaxEmbeddedStruct(t *testing.T) {
|
|||
})
|
||||
}
|
||||
|
||||
func TestRowToStructByNameLaxJSON(t *testing.T) {
|
||||
func TestRowToStructByNameLaxRowValue(t *testing.T) {
|
||||
type AnotherTable struct{}
|
||||
type User struct {
|
||||
UserID int `json:"userId" db:"user_id"`
|
||||
|
|
Loading…
Reference in New Issue