clarifying error message of TestModelStructIgnoreNoTagSameDBNameColumn
This commit is contained in:
parent
a2404b6852
commit
6f9d10e05f
@ -108,6 +108,6 @@ func TestModelStructIgnoreNoTagSameDBNameColumn(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if columnIDcount > 1 {
|
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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user