Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 15, 2023
1 parent 7f3226a commit 0718834
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ class SimilarChunksWithPathsTest {
override fun calculate(text: String): SimilarChunkContext {
TODO()
}

override fun extractChunks(mostRecentFiles: List<File>): List<List<String>> {
return mostRecentFiles.map { listOf("chunk1", "chunk2") }
}
}

private val similarChunksWithPaths: SimilarChunksWithPaths = TestingChunks()
Expand Down

0 comments on commit 0718834

Please sign in to comment.