From 4d02fa909ca49eb3e20956af4901177a85567a0b Mon Sep 17 00:00:00 2001 From: yxxhero Date: Thu, 8 Jul 2021 08:19:37 +0800 Subject: [PATCH] update unittest data when chart info is nil Signed-off-by: yxxhero --- cmd/helm/testdata/output/list-all.txt | 1 + cmd/helm/testdata/output/list-superseded.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cmd/helm/testdata/output/list-all.txt b/cmd/helm/testdata/output/list-all.txt index ef6d44cd5..105e955e7 100644 --- a/cmd/helm/testdata/output/list-all.txt +++ b/cmd/helm/testdata/output/list-all.txt @@ -4,6 +4,7 @@ gamora default 1 2016-01-16 00:00:01 +0000 UTC superseded chi groot default 1 2016-01-16 00:00:01 +0000 UTC uninstalled chickadee-1.0.0 0.0.1 hummingbird default 1 2016-01-16 00:00:03 +0000 UTC deployed chickadee-1.0.0 0.0.1 iguana default 2 2016-01-16 00:00:04 +0000 UTC deployed chickadee-1.0.0 0.0.1 +nochartinfo default 1 2016-01-16 00:00:01 +0000 UTC superseded - - rocket default 1 2016-01-16 00:00:02 +0000 UTC failed chickadee-1.0.0 0.0.1 starlord default 2 2016-01-16 00:00:01 +0000 UTC deployed chickadee-1.0.0 0.0.1 thanos default 1 2016-01-16 00:00:01 +0000 UTC pending-install chickadee-1.0.0 0.0.1 diff --git a/cmd/helm/testdata/output/list-superseded.txt b/cmd/helm/testdata/output/list-superseded.txt index 50b435874..791f9cb17 100644 --- a/cmd/helm/testdata/output/list-superseded.txt +++ b/cmd/helm/testdata/output/list-superseded.txt @@ -1,3 +1,4 @@ NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION gamora default 1 2016-01-16 00:00:01 +0000 UTC superseded chickadee-1.0.0 0.0.1 -starlord default 1 2016-01-16 00:00:01 +0000 UTC superseded chickadee-1.0.0 0.0.1 +nochartinfo default 1 2016-01-16 00:00:01 +0000 UTC superseded - - +starlord default 1 2016-01-16 00:00:01 +0000 UTC superseded chickadee-1.0.0 0.0.1 \ No newline at end of file