fix:rename test case
This commit is contained in:
parent
61b9946103
commit
17c3a66458
@ -310,7 +310,7 @@ func TestFindOrCreate(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestSaveWithFileNotUpdate(t *testing.T) {
|
func TestUpdateWithMissWhere(t *testing.T) {
|
||||||
type User struct {
|
type User struct {
|
||||||
ID uint `gorm:"column:id;<-:create"`
|
ID uint `gorm:"column:id;<-:create"`
|
||||||
Name string `gorm:"column:name"`
|
Name string `gorm:"column:name"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user