Skip to content

Commit

Permalink
Fixes after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
salvacorts committed Nov 10, 2023
1 parent 8705806 commit 6b7d7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bloomcompactor/bloomcompactor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
func TestCompactor_RunCompaction(t *testing.T) {
servercfg := &server.Config{}
require.Nil(t, servercfg.LogLevel.Set("debug"))
util_log.InitLogger(servercfg, nil, true, false)
util_log.InitLogger(servercfg, nil, false)

tempDir := t.TempDir()
indexDir := filepath.Join(tempDir, "index")
Expand Down

0 comments on commit 6b7d7a3

Please sign in to comment.