chore: spelling mistake

This commit is contained in:
a631807682 2022-04-20 11:39:32 +08:00
parent 09f8bd0ad4
commit 6812f32843
No known key found for this signature in database
GPG Key ID: 137D1D75522168AB

View File

@ -576,7 +576,7 @@ func TestMigrateColumnOrder(t *testing.T) {
}
// https://github.com/go-gorm/gorm/issues/5047
func TestMigrateSercialColumn(t *testing.T) {
func TestMigrateSerialColumn(t *testing.T) {
if DB.Dialector.Name() != "postgres" {
return
}