Skip to content

Commit e2265bb

Browse files
committed
Fix lint
1 parent de8aa73 commit e2265bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/db/engine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func syncTables() error {
128128
return x.StoreEngine("InnoDB").Sync2(tables...)
129129
}
130130

131-
// NewInstallTestEngine creates a new xorm.Engine for testing during install
131+
// InitInstallTestEngineWithMigration creates a new xorm.Engine for testing during install
132132
//
133133
// This function will cause the basic database schema to be created
134134
func InitInstallTestEngineWithMigration(ctx context.Context, migrateFunc func(*xorm.Engine) error) (err error) {

0 commit comments

Comments
 (0)