From 6f449abf2ee07a23050f0d477af95fa847e98575 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 25 Dec 2013 11:16:26 -0700 Subject: [PATCH] command/fix: remove some useless comments --- command/fix/fixer_virtualbox_rename_test.go | 1 - command/fix/fixer_vmware_rename_test.go | 1 - 2 files changed, 2 deletions(-) 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",