fix issue 5732 (#5735)

This commit is contained in:
Ming Deng
2025-01-01 10:25:23 +08:00
committed by GitHub
parent e7fa4835f7
commit a21efb5613
4 changed files with 22 additions and 9 deletions

View File

@@ -17,10 +17,11 @@ package cache
import (
"context"
"fmt"
"github.com/stretchr/testify/assert"
"os"
"path/filepath"
"testing"
"github.com/stretchr/testify/assert"
)
func TestFileCacheStartAndGC(t *testing.T) {