fix:rename test case

This commit is contained in:
kinggo 2021-09-30 14:40:47 +08:00
parent 61b9946103
commit 17c3a66458

View File

@ -310,7 +310,7 @@ func TestFindOrCreate(t *testing.T) {
}
}
func TestSaveWithFileNotUpdate(t *testing.T) {
func TestUpdateWithMissWhere(t *testing.T) {
type User struct {
ID uint `gorm:"column:id;<-:create"`
Name string `gorm:"column:name"`