Use handler config.

This commit is contained in:
mikestefanello 2025-04-12 10:20:20 -04:00
parent eaa37a0745
commit 271e252c53
2 changed files with 10 additions and 12 deletions

View file

@ -17,9 +17,4 @@ func TestNewContainer(t *testing.T) {
assert.NotNil(t, c.Mail)
assert.NotNil(t, c.Auth)
assert.NotNil(t, c.Tasks)
g := c.Graph
if g == nil {
//c.ORM.User.Create().
}
}