Skip to content

Commit e4a918f

Browse files
committed
add missing import
Signed-off-by: Pablo Chacin <pablochacin@gmail.com>
1 parent 1061183 commit e4a918f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/cmd/launcher_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import (
1111
"testing"
1212

1313
"github.com/grafana/k6deps"
14+
"github.com/spf13/afero"
1415
"github.com/spf13/cobra"
1516
"github.com/stretchr/testify/assert"
1617
"github.com/stretchr/testify/require"

0 commit comments

Comments
 (0)