Fixed container tests and import
This commit is contained in:
parent
0c8c3cc41e
commit
195d572036
3 changed files with 6 additions and 7 deletions
|
|
@ -54,7 +54,6 @@ func TestMain(m *testing.M) {
|
|||
}
|
||||
|
||||
func TestNewContainer(t *testing.T) {
|
||||
c := NewContainer()
|
||||
assert.NotNil(t, c.Web)
|
||||
assert.NotNil(t, c.Config)
|
||||
assert.NotNil(t, c.Cache)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue