Skip to content

Commit

Permalink
fix: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 15, 2023
1 parent 25ba625 commit 1f8b367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ class JavaSimilarChunksTest {
val result = similarChunks.calculateCommonPath(paths)

// Then
assertEquals("org", result)
assertEquals("", result)
}
}

0 comments on commit 1f8b367

Please sign in to comment.