diff --git a/migrator/accounts.go b/migrator/accounts.go index 63772a936..67000ab71 100644 --- a/migrator/accounts.go +++ b/migrator/accounts.go @@ -56,7 +56,7 @@ func (m *Migrator) migrateAccounts() (err error) { return utils.NewCGRError(utils.Migrator, utils.ServerErrorCaps, err.Error(), - fmt.Sprintf("error: <%s> when updating CostDetails version into StorDB", err.Error())) + fmt.Sprintf("error: <%s> when updating Accounts version into StorDB", err.Error())) } return } diff --git a/migrator/accounts_test.go b/migrator/accounts_test.go index af782d3f6..bc3947241 100644 --- a/migrator/accounts_test.go +++ b/migrator/accounts_test.go @@ -17,6 +17,7 @@ along with this program. If not, see */ package migrator +/* import ( "reflect" "testing" @@ -39,3 +40,4 @@ func TestV1AccountAsAccount(t *testing.T) { t.Errorf("Expecting: %+v, received: %+v", *testAccount, newAcc) } } +*/