mirror of https://github.com/perkeep/perkeep.git
fix typo in test name
Change-Id: I565422ee6868893a543525853a8e9c24fb14b9fc
This commit is contained in:
parent
8d6c4fdc81
commit
da32d8d1e8
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue