fix(action): fix import statement

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This commit is contained in:
Matthew Fisher 2019-10-05 11:51:10 -07:00
parent 02999565a4
commit 0ae0f0742d
No known key found for this signature in database
GPG key ID: 92AA783CBAAE8E3B

View file

@ -21,7 +21,7 @@ import (
"testing"
"time"
"helm.sh/helm/pkg/chart"
"helm.sh/helm/v3/pkg/chart"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"