diff --git a/command/fix/fixer_virtualbox_rename_test.go b/command/fix/fixer_virtualbox_rename_test.go index 1f529def1..78b7bccf2 100644 --- a/command/fix/fixer_virtualbox_rename_test.go +++ b/command/fix/fixer_virtualbox_rename_test.go @@ -14,7 +14,6 @@ func TestFixerVirtualBoxRename_Fix(t *testing.T) { Input map[string]interface{} Expected map[string]interface{} }{ - // No attach field { Input: map[string]interface{}{ "type": "virtualbox", diff --git a/command/fix/fixer_vmware_rename_test.go b/command/fix/fixer_vmware_rename_test.go index d5ec8868a..059b73ad1 100644 --- a/command/fix/fixer_vmware_rename_test.go +++ b/command/fix/fixer_vmware_rename_test.go @@ -14,7 +14,6 @@ func TestFixerVMwareRename_Fix(t *testing.T) { Input map[string]interface{} Expected map[string]interface{} }{ - // No attach field { Input: map[string]interface{}{ "type": "vmware",