mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
fix(action): fix import statement
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
This commit is contained in:
parent
02999565a4
commit
0ae0f0742d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue