From f47c666f57da9a453500cc1cdc56e329e54076e2 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 18 Dec 2023 16:19:44 -0800 Subject: [PATCH] lint --- .../compute/linux_virtual_machine_resource_other_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/services/compute/linux_virtual_machine_resource_other_test.go b/internal/services/compute/linux_virtual_machine_resource_other_test.go index 0f0a1810f43d..0839a898538d 100644 --- a/internal/services/compute/linux_virtual_machine_resource_other_test.go +++ b/internal/services/compute/linux_virtual_machine_resource_other_test.go @@ -624,7 +624,7 @@ func TestAccLinuxVirtualMachine_otherUltraSsdUpdated(t *testing.T) { }) } -func u(t *testing.T) { +func TestAccLinuxVirtualMachine_otherUltraSsdEmptyToUpdate(t *testing.T) { data := acceptance.BuildTestData(t, "azurerm_linux_virtual_machine", "test") r := LinuxVirtualMachineResource{}