We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1557226 commit 16e1167Copy full SHA for 16e1167
pkg/chunk/chunk_store_test.go
@@ -21,12 +21,6 @@ import (
21
"github.com/weaveworks/common/user"
22
)
23
24
-func init() {
25
- var al util.AllowedLevel
26
- al.Set("debug")
27
- util.InitLogger(al)
28
-}
29
-
30
// newTestStore creates a new Store for testing.
31
func newTestChunkStore(t *testing.T, cfg StoreConfig) *Store {
32
storage := NewMockStorage()
0 commit comments