From 34b6e82b464d4611c33884a7f0ef5128f3d265b3 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/templatelookup/moduletemplateinfolookup/by_version_strategy_test.go b/pkg/templatelookup/moduletemplateinfolookup/by_version_strategy_test.go index 345582f5b8..b45d6481f3 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" - "testing" + "errors" + "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) {