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

Commit 2393dcc

Browse files
committed
fix: linting errors
1 parent 3778488 commit 2393dcc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/handlers/aws/mutation/region/inject_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88

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

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

2120
func TestRegionPatch(t *testing.T) {
22-
RegisterFailHandler(Fail)
21+
gomega.RegisterFailHandler(Fail)
2322
RunSpecs(t, "AWS Region mutator suite")
2423
}
2524

0 commit comments

Comments
 (0)