mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Address new linter complaints
This commit is contained in:
@@ -194,8 +194,8 @@ func TestReadFilesRealFS(t *testing.T) {
|
||||
"file-1.xtn",
|
||||
},
|
||||
expectedDirs: map[string][]string{
|
||||
testDir: []string{dir},
|
||||
dir: []string{nestedDir},
|
||||
testDir: {dir},
|
||||
dir: {nestedDir},
|
||||
},
|
||||
},
|
||||
"AllHiddenFiles": {
|
||||
@@ -206,7 +206,7 @@ func TestReadFilesRealFS(t *testing.T) {
|
||||
".some-file-4.xtn",
|
||||
},
|
||||
expectedDirs: map[string][]string{
|
||||
testDir: []string{hiddenDir},
|
||||
testDir: {hiddenDir},
|
||||
},
|
||||
},
|
||||
"foo_File": {
|
||||
|
||||
Reference in New Issue
Block a user