We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0feac97 commit 4ec6b77Copy full SHA for 4ec6b77
src/test/groovy/sdkman/specs/EnvCommandSpec.groovy
@@ -46,7 +46,7 @@ class EnvCommandSpec extends SdkmanEnvSpecification {
46
47
createSymbolicLink(Paths.get("$directory/java/current"), Paths.get("$directory/java/8.0.252.hs"))
48
},
49
- {}
+ {} // NOOP
50
]
51
expected << ["java=8.0.252.hs\n", "java=11.0.6.hs-adpt\n"]
52
}
0 commit comments