helper/schema: remove commit not for this branch

This commit is contained in:
Mitchell Hashimoto 2015-01-10 15:53:29 -08:00
parent 689cbc8b5b
commit 34617b337f
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ func TestValueType_Zero(t *testing.T) {
}{
{TypeBool, false},
{TypeInt, 0},
{TypeFloat, 0.0},
{TypeString, ""},
{TypeList, []interface{}{}},
{TypeMap, map[string]interface{}{}},