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 5e33c36 commit 71c9490Copy full SHA for 71c9490
src/test/groovy/sdkman/specs/EnvCommandSpec.groovy
@@ -350,7 +350,6 @@ class EnvCommandSpec extends SdkmanEnvSpecification {
350
def "should issue an error when .sdkmanrc contains a candidate version which is not installed"() {
351
given:
352
bash = sdkmanBashEnvBuilder
353
- .withVersionCache("x.y.z")
354
.withOfflineMode(true)
355
.build()
356
0 commit comments