Skip to content

Commit

Permalink
chore: expand the disk
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoDw committed Jun 24, 2020
1 parent d80c223 commit 90218ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nutanix/resource_nutanix_virtual_machine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,8 +386,8 @@ func TestAccNutanixVirtualMachine_resizeDiskClone(t *testing.T) {
resourceName := "nutanix_virtual_machine.vm"
imgName := acctest.RandomWithPrefix("test-dou-IMG")
vmName := acctest.RandomWithPrefix("test-dou-VM")
diskSize := 90 * 1024 * 1024 * 1024
diskSizeUpdated := 90 * 1024 * 1024
diskSize := 90 * 1024 * 1024
diskSizeUpdated := 90 * 1024 * 1024 * 1024

resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Expand Down

0 comments on commit 90218ec

Please sign in to comment.