Skip to content

Commit

Permalink
self-review: typo
Browse files Browse the repository at this point in the history
Signed-off-by: abarreiro <abarreiro@vmware.com>
  • Loading branch information
adambarreiro committed Jun 13, 2024
1 parent c551a8a commit 54a08c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govcd/vdc_template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func (vcd *TestVCD) Test_VdcTemplateCRUD(check *C) {
},
StorageProfile: []*types.VdcStorageProfile{
{
Name: "Development2",
Name: vcd.config.VCD.NsxtProviderVdc.StorageProfile2,
Enabled: addrOf(true),
Units: "MB",
Limit: 1024,
Expand Down

0 comments on commit 54a08c0

Please sign in to comment.