clarifying error message of TestModelStructIgnoreNoTagSameDBNameColumn

This commit is contained in:
edv1n 2019-11-19 16:57:30 +01:00
parent a2404b6852
commit 6f9d10e05f

View File

@ -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")
}
}