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) }