Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Feb 26, 2025
1 parent a329ba8 commit 34b6e82
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Check failure on line 17 in pkg/templatelookup/moduletemplateinfolookup/by_version_strategy_test.go

View workflow job for this annotation

GitHub Actions / Run 'make test'

undefined: testing
Expand Down

0 comments on commit 34b6e82

Please sign in to comment.