mirror of
https://github.com/helm/helm.git
synced 2026-04-22 23:00:01 -04:00
var mu is unused (unused)
Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
This commit is contained in:
parent
7fe554e7a8
commit
a23b96276a
1 changed files with 0 additions and 5 deletions
5
internal/third_party/dep/fs/fs_test.go
vendored
5
internal/third_party/dep/fs/fs_test.go
vendored
|
|
@ -36,14 +36,9 @@ import (
|
|||
"os/exec"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
"sync"
|
||||
"testing"
|
||||
)
|
||||
|
||||
var (
|
||||
mu sync.Mutex
|
||||
)
|
||||
|
||||
func TestRenameWithFallback(t *testing.T) {
|
||||
dir := t.TempDir()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue