helper/schema: remove commit not for this branch
This commit is contained in:
parent
689cbc8b5b
commit
34617b337f
|
@ -15,7 +15,6 @@ func TestValueType_Zero(t *testing.T) {
|
|||
}{
|
||||
{TypeBool, false},
|
||||
{TypeInt, 0},
|
||||
{TypeFloat, 0.0},
|
||||
{TypeString, ""},
|
||||
{TypeList, []interface{}{}},
|
||||
{TypeMap, map[string]interface{}{}},
|
||||
|
|
Loading…
Reference in New Issue