Skip to content

Commit 6c895b5

Browse files
authored
fix - colleagues test may fail (#174)
1 parent 5f47860 commit 6c895b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/kotlin/test/tests/hashers/ColleaguesTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import kotlin.test.assertNotNull
3232
*/
3333
class 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]")

0 commit comments

Comments
 (0)