From 4f8eaacc9b30b2d1307f5c70ff8925182243dfcc Mon Sep 17 00:00:00 2001 From: Jeff Regan Date: Sat, 30 Nov 2019 11:49:40 -0800 Subject: [PATCH] Update kustomizer_test.go --- api/krusty/kustomizer_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/krusty/kustomizer_test.go b/api/krusty/kustomizer_test.go index 1dc5315d6..d00ca1162 100644 --- a/api/krusty/kustomizer_test.go +++ b/api/krusty/kustomizer_test.go @@ -10,10 +10,10 @@ import ( "sigs.k8s.io/kustomize/api/krusty" ) -// A simple usage example - just shows what happens when -// there are no files to read. For more substantial tests -// and examples, see other tests in this package. -// TODO: https://github.com/kubernetes-sigs/kustomize/issues/1862 +// A simple usage example to shows what happens when +// there are no files to read. +// For more substantial tests and examples, +// see other tests in this package. func TestEmptyFileSystem(t *testing.T) { fSys := filesys.MakeFsInMemory() b := krusty.MakeKustomizer(fSys, krusty.MakeDefaultOptions())