Use handler config.
This commit is contained in:
parent
eaa37a0745
commit
271e252c53
2 changed files with 10 additions and 12 deletions
|
|
@ -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().
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue