[file-history] unify test methods names

This commit is contained in:
Julia Beliaeva
2018-10-02 22:46:15 +03:00
parent 09077506d7
commit eefb23628e
@@ -205,7 +205,7 @@ class FileHistoryTest {
}
@Test
fun cyclicHistoryTest() {
fun historyWithCyclicRenames() {
val aFile = LocalFilePath("a.txt", false)
val bFile = LocalFilePath("b.txt", false)
val fileNamesData = FileNamesDataBuilder(aFile)
@@ -232,7 +232,7 @@ class FileHistoryTest {
}
@Test
fun caseOnlyRename() {
fun historyWithCyclicCaseOnlyRenames() {
val lowercasePath = LocalFilePath("file.txt", false)
val uppercasePath = LocalFilePath("FILE.TXT", false)
val mixedPath = LocalFilePath("FiLe.TxT", false)