Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
adiantum committed Sep 11, 2024
1 parent fa5b416 commit 44d54a9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
27 changes: 27 additions & 0 deletions pkg/api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pkg/providers/nutanix/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1124,12 +1124,12 @@ func TestNutanixValidatorValidateFreeGPU(t *testing.T) {
DeviceID: utils.Int64Ptr(8757),
},
{
Type: "name",
Name: "Ampere 40",
Type: "deviceID",
DeviceID: utils.Int64Ptr(8757),
},
{
Type: "name",
Name: "Ampere 40",
Type: "deviceID",
DeviceID: utils.Int64Ptr(8757),
},
}
clientCache := &ClientCache{clients: map[string]Client{"test": mockClient}}
Expand Down

0 comments on commit 44d54a9

Please sign in to comment.