Browse Source

Remove unnecesary cleanup step.

pull/8111/head
M. J. Fromberger 2 years ago
parent
commit
57f98ee38f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      internal/consensus/common_test.go

+ 0
- 1
internal/consensus/common_test.go View File

@ -71,7 +71,6 @@ func configSetup(t *testing.T) *config.Config {
walDir := filepath.Dir(cfg.Consensus.WalFile())
ensureDir(t, walDir, 0700)
t.Cleanup(func() { os.RemoveAll(walDir) })
return cfg
}


Loading…
Cancel
Save