proper naming

pull/1571/head
Daniel Castro 2023-04-03 20:28:17 +00:00 committed by Jack Christensen
parent 215ffafc74
commit 8b7c699b8f
1 changed files with 1 additions and 1 deletions

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 User struct {
UserID int `json:"userId" db:"user_id"`