From 6b25837d8c11ac1d788dd40bbe353e1eb9caf599 Mon Sep 17 00:00:00 2001 From: Alexander Jung Date: Fri, 10 May 2024 17:06:02 +0200 Subject: [PATCH] fix(import): Statically define the import name The implicit name is not recognised and this appeases the linter. Signed-off-by: Alexander Jung --- internal/cli/kraft/cloud/volume/import/errors_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cli/kraft/cloud/volume/import/errors_test.go b/internal/cli/kraft/cloud/volume/import/errors_test.go index 552174402..d574ad24c 100644 --- a/internal/cli/kraft/cloud/volume/import/errors_test.go +++ b/internal/cli/kraft/cloud/volume/import/errors_test.go @@ -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) {