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
3232 */
3333class ColleaguesTest : Spek ({
3434 given("'colleagues #1'") {
35- val testRepoPath = " ../CodeLongevity_colleagues1 "
35+ val testRepoPath = " ../colleagues1 "
3636 val testRepo = TestRepo (testRepoPath)
3737 val testRehash = " rehash_colleagues1"
3838 val fileName = " test1.txt"
@@ -88,9 +88,9 @@ class ColleaguesTest : Spek({
8888 }
8989
9090 given("'colleagues stats'") {
91- val testRepoPath = " ../CodeLongevity_colleagues_stats "
91+ val testRepoPath = " ../colleagues_stats "
9292 val testRepo = TestRepo (testRepoPath)
93- val testRehash = " rehash_lngstats2 "
93+ val testRehash = " rehash_colleagues_stats "
9494 val fileName = " test1.txt"
9595 val author1 = Author (testRepo.userName, testRepo.userEmail)
9696 val author2 =
Author ("
Vasya Pupkin ", "
[email protected] ")
You can’t perform that action at this time.
0 commit comments