We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c4d5c commit c643d1aCopy full SHA for c643d1a
1 file changed
test/main.kt
@@ -48,7 +48,6 @@ class LastVersionInstalledTest {
48
49
@Test
50
fun shouldThrowBecauseBadCliReleaseWereFoundInstalled() {
51
- println(CLI_CORE_DIR_PATH)
52
File(CLI_CORE_DIR_PATH).mkdirs()
53
File("$CLI_CORE_DIR_PATH/0.1.1.0.jar").createNewFile()
54
0 commit comments