From da32d8d1e8e37763c67914b9b4ace3f4676d2294 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 13 Apr 2012 16:08:40 -0700 Subject: [PATCH] fix typo in test name Change-Id: I565422ee6868893a543525853a8e9c24fb14b9fc --- pkg/index/mysql/mysql_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/index/mysql/mysql_test.go b/pkg/index/mysql/mysql_test.go index 79c469b97..202239796 100644 --- a/pkg/index/mysql/mysql_test.go +++ b/pkg/index/mysql/mysql_test.go @@ -101,6 +101,6 @@ func TestPathsOfSignerTarget_MySQL(t *testing.T) { mysqlTester{}.test(t, indextest.PathsOfSignerTarget) } -func TestFiles_MysQL(t *testing.T) { +func TestFiles_MySQL(t *testing.T) { mysqlTester{}.test(t, indextest.Files) }