command/fix: remove some useless comments

pull/919/head
Mitchell Hashimoto 12 years ago
parent 87f9eca511
commit 6f449abf2e

@ -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",

@ -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",

Loading…
Cancel
Save