Skip to content

Commit

Permalink
fix(import): Statically define the import name
Browse files Browse the repository at this point in the history
The implicit name is not recognised and this appeases the linter.

Signed-off-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung committed May 10, 2024
1 parent c54b14c commit 6b25837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli/kraft/cloud/volume/import/errors_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"fmt"
"testing"

"kraftkit.sh/internal/cli/kraft/cloud/volume/import"
vimport "kraftkit.sh/internal/cli/kraft/cloud/volume/import"
)

func TestLoggableError(t *testing.T) {
Expand Down

0 comments on commit 6b25837

Please sign in to comment.