Skip to content

Commit

Permalink
fix static checks
Browse files Browse the repository at this point in the history
fix static checks

Signed-off-by: kevin <tengkang@msn.com>
  • Loading branch information
kevinteng525 committed Dec 5, 2022
1 parent c45a00a commit b0f79a3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions controllers/keda/hpa_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ import (

"github.com/go-logr/logr"
"github.com/golang/mock/gomock"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
v2 "k8s.io/api/autoscaling/v2"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"

"github.com/kedacore/keda/v2/apis/keda/v1alpha1"
"github.com/kedacore/keda/v2/pkg/mock/mock_client"
mock_scalers "github.com/kedacore/keda/v2/pkg/mock/mock_scaler"
"github.com/kedacore/keda/v2/pkg/mock/mock_scaling"
"github.com/kedacore/keda/v2/pkg/scalers"
"github.com/kedacore/keda/v2/pkg/scaling/cache"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
v2 "k8s.io/api/autoscaling/v2"
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
)

var _ = Describe("hpa", func() {
Expand Down

0 comments on commit b0f79a3

Please sign in to comment.