Fixed container tests and import

This commit is contained in:
mikestefanello 2021-12-17 21:14:43 -05:00
parent 0c8c3cc41e
commit 195d572036
3 changed files with 6 additions and 7 deletions

View file

@ -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)