Updated migrator tests

This commit is contained in:
Tripon Alexandru-Ionut
2019-05-28 15:00:39 +03:00
committed by Dan Christian Bogos
parent 570db82c35
commit d1c7ca3369
27 changed files with 1490 additions and 33 deletions

View File

@@ -246,3 +246,5 @@ func (v1ms *mapMigrator) setV3AttributeProfile(x *v3AttributeProfile) (err error
func (v1ms *mapMigrator) remV3AttributeProfile(tenant, id string) (err error) {
return utils.ErrNotImplemented
}
func (v1ms *mapMigrator) close() {}