command/fix: remove some useless comments
This commit is contained in:
parent
87f9eca511
commit
6f449abf2e
|
@ -14,7 +14,6 @@ func TestFixerVirtualBoxRename_Fix(t *testing.T) {
|
||||||
Input map[string]interface{}
|
Input map[string]interface{}
|
||||||
Expected map[string]interface{}
|
Expected map[string]interface{}
|
||||||
}{
|
}{
|
||||||
// No attach field
|
|
||||||
{
|
{
|
||||||
Input: map[string]interface{}{
|
Input: map[string]interface{}{
|
||||||
"type": "virtualbox",
|
"type": "virtualbox",
|
||||||
|
|
|
@ -14,7 +14,6 @@ func TestFixerVMwareRename_Fix(t *testing.T) {
|
||||||
Input map[string]interface{}
|
Input map[string]interface{}
|
||||||
Expected map[string]interface{}
|
Expected map[string]interface{}
|
||||||
}{
|
}{
|
||||||
// No attach field
|
|
||||||
{
|
{
|
||||||
Input: map[string]interface{}{
|
Input: map[string]interface{}{
|
||||||
"type": "vmware",
|
"type": "vmware",
|
||||||
|
|
Loading…
Reference in New Issue