diff --git a/rows_test.go b/rows_test.go index 60912ba4..9a1e9e79 100644 --- a/rows_test.go +++ b/rows_test.go @@ -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"`