File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/test/kotlin/test/tests/hashers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import kotlin.test.assertNotNull
32
32
*/
33
33
class ColleaguesTest : Spek ({
34
34
given("'colleagues #1'") {
35
- val testRepoPath = " ../CodeLongevity_colleagues1 "
35
+ val testRepoPath = " ../colleagues1 "
36
36
val testRepo = TestRepo (testRepoPath)
37
37
val testRehash = " rehash_colleagues1"
38
38
val fileName = " test1.txt"
@@ -88,9 +88,9 @@ class ColleaguesTest : Spek({
88
88
}
89
89
90
90
given("'colleagues stats'") {
91
- val testRepoPath = " ../CodeLongevity_colleagues_stats "
91
+ val testRepoPath = " ../colleagues_stats "
92
92
val testRepo = TestRepo (testRepoPath)
93
- val testRehash = " rehash_lngstats2 "
93
+ val testRehash = " rehash_colleagues_stats "
94
94
val fileName = " test1.txt"
95
95
val author1 = Author (testRepo.userName, testRepo.userEmail)
96
96
val author2 =
Author ("
Vasya Pupkin ", "
[email protected] ")
You can’t perform that action at this time.
0 commit comments