test(chart): remove duplicate require import

Signed-off-by: YeongJae Min <whereismysejong@naver.com>
pull/32155/head
YeongJae Min 2 months ago
parent 1de11e668c
commit 873f9bd8f7

@ -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) {

Loading…
Cancel
Save