Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
fix: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
supershal committed Apr 5, 2024
1 parent 1c6a306 commit 71eb40c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/handlers/aws/mutation/region/inject_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (

. "github.com/onsi/ginkgo/v2"
"github.com/onsi/gomega"
. "github.com/onsi/gomega"
runtimehooksv1 "sigs.k8s.io/cluster-api/exp/runtime/hooks/api/v1alpha1"

"github.com/d2iq-labs/cluster-api-runtime-extensions-nutanix/api/v1alpha1"
Expand All @@ -19,7 +18,7 @@ import (
)

func TestRegionPatch(t *testing.T) {
RegisterFailHandler(Fail)
gomega.RegisterFailHandler(Fail)
RunSpecs(t, "AWS Region mutator suite")
}

Expand Down

0 comments on commit 71eb40c

Please sign in to comment.