Fix the style error

Signed-off-by: Dong Gang <dong.gang@daocloud.io>
pull/7734/head
Dong Gang 5 years ago
parent 8521482650
commit 9f7b5d29e6

@ -9,11 +9,11 @@ import (
func TestUninstall_deleteRelease(t *testing.T) {
is := assert.New(t)
rel := releaseStub()
rel.Chart =buildChart(withKeepAnnoManifestTemplate())
rel.Chart = buildChart(withKeepAnnoManifestTemplate())
rel.Manifest = manifestWithKeepAnno
config := actionConfigFixture(t)
unisAction := NewUninstall(config)
str, errs := unisAction.deleteRelease(rel)
is.Len(errs,0)
is.Equal("pod/pod-keep\n",str)
is.Len(errs, 0)
is.Equal("pod/pod-keep\n", str)
}

Loading…
Cancel
Save