Skip to content

Commit dab9741

Browse files
Oliver Weilermarc0der
authored andcommitted
Fix broken test
1 parent 6273d0b commit dab9741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/sdkman/specs/EnvCommandSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class EnvCommandSpec extends SdkmanEnvSpecification {
6262
then:
6363
verifyAll(bash) {
6464
status == 1
65-
output.contains("Invalid candidate version!")
65+
output.contains("Invalid candidate format!")
6666
}
6767
}
6868

0 commit comments

Comments
 (0)