Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksyngh committed Jan 13, 2025
1 parent 9c3a28a commit eb7233a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/services/vimmachine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import (
ctrl "sigs.k8s.io/controller-runtime"
ctrlclient "sigs.k8s.io/controller-runtime/pkg/client"

"sigs.k8s.io/cluster-api-provider-vsphere/apis/v1beta1"
infrav1 "sigs.k8s.io/cluster-api-provider-vsphere/apis/v1beta1"
"sigs.k8s.io/cluster-api-provider-vsphere/pkg/context/fake"
"sigs.k8s.io/cluster-api-provider-vsphere/pkg/util"
Expand Down Expand Up @@ -969,7 +968,7 @@ func Test_GenerateVSphereVMName(t *testing.T) {
t.Run(tt.name, func(t *testing.T) {
g := NewWithT(t)

got, err := GenerateVSphereVMName(tt.machineName, &v1beta1.VSphereVMNamingStrategy{
got, err := GenerateVSphereVMName(tt.machineName, &infrav1.VSphereVMNamingStrategy{
Template: tt.template,
})

Expand Down

0 comments on commit eb7233a

Please sign in to comment.