diff --git a/model_struct_test.go b/model_struct_test.go index 79d31352..effe5f6b 100644 --- a/model_struct_test.go +++ b/model_struct_test.go @@ -108,6 +108,6 @@ func TestModelStructIgnoreNoTagSameDBNameColumn(t *testing.T) { } if columnIDcount > 1 { - t.Fatal("fields have same name while contains no column tag not being ignored") + t.Fatal("fields that have same DBName, while containing no column tag are not being ignored") } }