From ad6047abf0a0ccc085a1f3a6fdcf357fe25024c7 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 13 May 2012 13:06:50 -0700 Subject: [PATCH] initialism Change-Id: I3ae54133a56b48f614938ac3082dd28ae6197980 --- pkg/schema/schema_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/schema/schema_test.go b/pkg/schema/schema_test.go index daa5ff972..320b2654a 100644 --- a/pkg/schema/schema_test.go +++ b/pkg/schema/schema_test.go @@ -27,7 +27,7 @@ import ( const kExpectedHeader = `{"camliVersion"` -func TestJson(t *testing.T) { +func TestJSON(t *testing.T) { fileName := "schema_test.go" fi, _ := os.Lstat(fileName) m := NewCommonFileMap(fileName, fi)