diff --git a/pkg/chart/v2/util/save_test.go b/pkg/chart/v2/util/save_test.go index 4ed6fa89d..78e101fa5 100644 --- a/pkg/chart/v2/util/save_test.go +++ b/pkg/chart/v2/util/save_test.go @@ -33,14 +33,12 @@ import ( "testing" "time" + "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "helm.sh/helm/v4/pkg/chart/common" chart "helm.sh/helm/v4/pkg/chart/v2" "helm.sh/helm/v4/pkg/chart/v2/loader" - - "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/require" ) func TestSave(t *testing.T) {