fix typo in test name

Change-Id: I565422ee6868893a543525853a8e9c24fb14b9fc
This commit is contained in:
Brad Fitzpatrick 2012-04-13 16:08:40 -07:00
parent 8d6c4fdc81
commit da32d8d1e8
1 changed files with 1 additions and 1 deletions

View File

@ -101,6 +101,6 @@ func TestPathsOfSignerTarget_MySQL(t *testing.T) {
mysqlTester{}.test(t, indextest.PathsOfSignerTarget) mysqlTester{}.test(t, indextest.PathsOfSignerTarget)
} }
func TestFiles_MysQL(t *testing.T) { func TestFiles_MySQL(t *testing.T) {
mysqlTester{}.test(t, indextest.Files) mysqlTester{}.test(t, indextest.Files)
} }