fix issue 5732 (#5735)
This commit is contained in:
3
client/cache/file_test.go
vendored
3
client/cache/file_test.go
vendored
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user