master
jdl 2022-07-25 17:31:19 +02:00
parent 88f12256e7
commit 1814597129
1 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@ package wal
import (
"errors"
"log"
"os"
"testing"
"time"
@ -34,7 +33,6 @@ func TestFollower(t *testing.T) {
run := func(name string, inner func(t *testing.T, walPath string, w *Writer, f *Follower)) {
t.Run(name, func(t *testing.T) {
walPath := randPath() + ".wal"
log.Print(walPath)
defer os.RemoveAll(walPath)
w := NewWriter(walPath)
defer w.Close()