From a5555f79a02d13d3c6d6109046a4d008c7622cbc Mon Sep 17 00:00:00 2001 From: "Badr, Nesma" Date: Wed, 26 Feb 2025 14:19:56 +0100 Subject: [PATCH] fix linting --- .../moduletemplateinfolookup/by_version_strategy_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/templatelookup/moduletemplateinfolookup/by_version_strategy_test.go b/pkg/templatelookup/moduletemplateinfolookup/by_version_strategy_test.go index 345582f5b8..597a08781e 100644 --- a/pkg/templatelookup/moduletemplateinfolookup/by_version_strategy_test.go +++ b/pkg/templatelookup/moduletemplateinfolookup/by_version_strategy_test.go @@ -2,16 +2,16 @@ package moduletemplateinfolookup_test import ( "context" + "errors" "testing" "github.com/stretchr/testify/assert" + "sigs.k8s.io/controller-runtime/pkg/client" - "errors" "github.com/kyma-project/lifecycle-manager/api/v1beta2" "github.com/kyma-project/lifecycle-manager/pkg/templatelookup" "github.com/kyma-project/lifecycle-manager/pkg/templatelookup/moduletemplateinfolookup" "github.com/kyma-project/lifecycle-manager/pkg/testutils/builder" - "sigs.k8s.io/controller-runtime/pkg/client" ) func Test_ByVersionStrategy_IsResponsible_ReturnsTrue(t *testing.T) {