mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-16 17:33:14 +00:00
Delete some dead code and fix nits.
This commit is contained in:
@@ -31,9 +31,9 @@ func TestMakeDefaultConfig(t *testing.T) {
|
||||
}
|
||||
|
||||
func makeTestLoader(path, content string) ifc.Loader {
|
||||
fs := fs.MakeFakeFS()
|
||||
fs.WriteFile(path, []byte(content))
|
||||
return loader.NewFileLoaderAtRoot(fs)
|
||||
fSys := fs.MakeFakeFS()
|
||||
fSys.WriteFile(path, []byte(content))
|
||||
return loader.NewFileLoaderAtRoot(fSys)
|
||||
}
|
||||
|
||||
func TestFromFiles(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user