From 873f9bd8f7d6feab9430a073c06dedc0a4f8bff0 Mon Sep 17 00:00:00 2001 From: YeongJae Min Date: Mon, 27 Jul 2026 13:06:50 +0900 Subject: [PATCH] test(chart): remove duplicate require import Signed-off-by: YeongJae Min --- pkg/chart/v2/util/save_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {