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 54a08c0 commit f44519e
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 @@ -287,7 +287,7 @@ func (vcd *TestVCD) Test_VdcTemplateInstantiate(check *C) {
ProvisionedNetworkQuota: 1000,
StorageProfile: []*types.VdcStorageProfile{
{
Name: "Development2",
Name: vcd.config.VCD.NsxtProviderVdc.StorageProfile2,
Enabled: addrOf(true),
Units: "MB",
Limit: 1024,
Expand Down

0 comments on commit f44519e

Please sign in to comment.