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 6273d0b commit dab9741Copy full SHA for dab9741
src/test/groovy/sdkman/specs/EnvCommandSpec.groovy
@@ -62,7 +62,7 @@ class EnvCommandSpec extends SdkmanEnvSpecification {
62
then:
63
verifyAll(bash) {
64
status == 1
65
- output.contains("Invalid candidate version!")
+ output.contains("Invalid candidate format!")
66
}
67
68
0 commit comments