From b8937ad1922bca47be8bbf8e6274608ebc34a778 Mon Sep 17 00:00:00 2001 From: Evans Mungai Date: Wed, 7 Jan 2026 12:58:21 +0000 Subject: [PATCH] Fix import Signed-off-by: Evans Mungai --- pkg/chart/common/util/coalesce_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chart/common/util/coalesce_test.go b/pkg/chart/common/util/coalesce_test.go index 789c72652..a7d841bbc 100644 --- a/pkg/chart/common/util/coalesce_test.go +++ b/pkg/chart/common/util/coalesce_test.go @@ -25,7 +25,7 @@ import ( "text/template" "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/require" + req "github.com/stretchr/testify/require" "helm.sh/helm/v4/pkg/chart/common" chart "helm.sh/helm/v4/pkg/chart/v2"