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 a5555f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a5555f7

Please sign in to comment.