proper naming

This commit is contained in:
Daniel Castro 2023-04-03 20:28:17 +00:00 committed by Jack Christensen
parent 215ffafc74
commit 8b7c699b8f

View File

@ -736,7 +736,7 @@ func TestRowToStructByNameLaxEmbeddedStruct(t *testing.T) {
}) })
} }
func TestRowToStructByNameLaxJSON(t *testing.T) { func TestRowToStructByNameLaxRowValue(t *testing.T) {
type AnotherTable struct{} type AnotherTable struct{}
type User struct { type User struct {
UserID int `json:"userId" db:"user_id"` UserID int `json:"userId" db:"user_id"`