3
0

fix(messaging): systemService Init change

This commit is contained in:
Tit Petric 2019-03-15 00:31:43 +01:00
parent e8d2be4968
commit f39fa72bad

View File

@ -12,7 +12,7 @@ import (
"github.com/titpetric/factory"
systemMigrate "github.com/crusttech/crust/system/db"
systemService "github.com/crusttech/crust/system/service"
_ "github.com/crusttech/crust/system/service"
)
type mockDB struct{}
@ -56,8 +56,6 @@ func TestMain(m *testing.M) {
}
}
systemService.Init()
os.Exit(m.Run())
}