Skip to content

Commit

Permalink
fixing tcs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimutant committed Oct 25, 2023
1 parent a28983a commit 89022c3
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 @@ -571,8 +571,8 @@ func TestAccNutanixVirtualMachine_SecureBoot(t *testing.T) {
desc := "this is vm desc"
updatedName := fmt.Sprintf("test-vm-%d-updated", r)
updatedDesc := "this is updated desc"
memory := "200"
updatedMem := "300"
memory := "1024"
updatedMem := "2048"
resource.Test(t, resource.TestCase{
PreCheck: func() { testAccPreCheck(t) },
Providers: testAccProviders,
Expand Down

0 comments on commit 89022c3

Please sign in to comment.