Skip to content

Commit

Permalink
Fix broken build.
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0der committed Mar 20, 2023
1 parent 5e33c36 commit 71c9490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/groovy/sdkman/specs/EnvCommandSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ class EnvCommandSpec extends SdkmanEnvSpecification {
def "should issue an error when .sdkmanrc contains a candidate version which is not installed"() {
given:
bash = sdkmanBashEnvBuilder
.withVersionCache("x.y.z")
.withOfflineMode(true)
.build()

Expand Down

0 comments on commit 71c9490

Please sign in to comment.