Skip to content

Commit

Permalink
test: remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 9, 2020
1 parent fff374b commit 823ed0f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ internal class ChapiAnalyserTest {
?: resource::class.java.getResourceAsStream(resource)

@Test
fun analysisByPath() {
// val files = getResourceFiles("e2e/step2-java")
fun analysisByFile() {
val resource = this.javaClass.classLoader.getResource("e2e/step2-java/Main.java")
val file = Paths.get(resource!!.toURI()).toFile()

Expand Down

0 comments on commit 823ed0f

Please # to comment.