golint fix (#13613)
Этот коммит содержится в:
коммит произвёл
Ben Schumacher
родитель
2186af4d13
Коммит
3865bc501e
@@ -29,8 +29,8 @@ func TestMain(m *testing.M) {
|
||||
// truncateTable clears the given table
|
||||
func truncateTable(t *testing.T, table string) {
|
||||
t.Helper()
|
||||
sqlSetting := mainHelper.GetSqlSettings()
|
||||
sqlSupplier := mainHelper.GetSqlSupplier()
|
||||
sqlSetting := mainHelper.GetSQLSettings()
|
||||
sqlSupplier := mainHelper.GetSQLSupplier()
|
||||
|
||||
switch *sqlSetting.DriverName {
|
||||
case model.DATABASE_DRIVER_MYSQL:
|
||||
|
||||
Ссылка в новой задаче
Block a user