all: Minor staticcheck fixes (#8939)

This commit is contained in:
guangwu
2023-06-19 06:50:53 +00:00
committed by GitHub
parent 5532532db9
commit 27aba3567b
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -8,7 +8,6 @@ package versioner
import (
"context"
"fmt"
"io"
"os"
"path/filepath"
@@ -227,7 +226,7 @@ func TestTrashcanCleanOut(t *testing.T) {
".stversions/remove/removesubdir/file1": true,
}
t.Run(fmt.Sprintf("trashcan versioner trashcan clean up"), func(t *testing.T) {
t.Run("trashcan versioner trashcan clean up", func(t *testing.T) {
oldTime := time.Now().Add(-8 * 24 * time.Hour)
for file, shouldRemove := range testcases {
fs.MkdirAll(filepath.Dir(file), 0777)