diff --git a/pkg/chartutil/coalesce_test.go b/pkg/chartutil/coalesce_test.go index a973bc9f1..25ae795c7 100644 --- a/pkg/chartutil/coalesce_test.go +++ b/pkg/chartutil/coalesce_test.go @@ -22,7 +22,7 @@ import ( "testing" "github.com/stretchr/testify/assert" - req "github.com/stretchr/testify/require" + "github.com/stretchr/testify/require" "helm.sh/helm/v3/pkg/chart" )