From fc9bc2eb9b034b0e97927bbff35e9a84879894fd Mon Sep 17 00:00:00 2001 From: Lucas Lu Date: Sun, 12 Dec 2021 18:09:39 -0800 Subject: [PATCH] Fixed import styling issue Signed-off-by: Lucas Lu --- pkg/action/rollback_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/action/rollback_test.go b/pkg/action/rollback_test.go index 85901fcef..2703afca3 100644 --- a/pkg/action/rollback_test.go +++ b/pkg/action/rollback_test.go @@ -21,10 +21,10 @@ import ( "time" kubefake "helm.sh/helm/v3/pkg/kube/fake" + "helm.sh/helm/v3/pkg/release" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "helm.sh/helm/v3/pkg/release" ) func rollbackAction(t *testing.T) *Rollback {