Merge pull request #6584 from bacongobbler/fixup-package-import

fix(action): fix import statement
pull/6587/head
Matthew Fisher 5 years ago committed by GitHub
commit 9de0bd6994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save