From 8b7c699b8f936821c75131b66a400c6ce67e75c5 Mon Sep 17 00:00:00 2001 From: Daniel Castro Date: Mon, 3 Apr 2023 20:28:17 +0000 Subject: [PATCH] proper naming --- rows_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`