From 34617b337f696de8419417872e173af6a8a11867 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 10 Jan 2015 15:53:29 -0800 Subject: [PATCH] helper/schema: remove commit not for this branch --- helper/schema/schema_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/helper/schema/schema_test.go b/helper/schema/schema_test.go index 9f56d386f..f741ad56c 100644 --- a/helper/schema/schema_test.go +++ b/helper/schema/schema_test.go @@ -15,7 +15,6 @@ func TestValueType_Zero(t *testing.T) { }{ {TypeBool, false}, {TypeInt, 0}, - {TypeFloat, 0.0}, {TypeString, ""}, {TypeList, []interface{}{}}, {TypeMap, map[string]interface{}{}},