File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/groovy/sdkman/specs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class EnvCommandSpec extends SdkmanEnvSpecification {
1212 static final String BROADCAST_API_LATEST_ID_ENDPOINT = " $CANDIDATES_API /broadcast/latest/id"
1313 static final String CANDIDATES_DEFAULT_JAVA = " $CANDIDATES_API /candidates/default/java"
1414
15- def " should generate an .sdkmanrc when called with 'init'" () {
15+ def " should generate .sdkmanrc when called with 'init'" () {
1616 given :
1717 curlStub. primeWith(BROADCAST_API_LATEST_ID_ENDPOINT , " echo dbfb025be9f97fda2052b5febcca0155" )
1818 .primeWith(CANDIDATES_DEFAULT_JAVA , " echo 11.0.6.hs-adpt" )
@@ -144,4 +144,4 @@ class EnvCommandSpec extends SdkmanEnvSpecification {
144144 " groovy=2.4.1 # this is a comment too\n "
145145 ]
146146 }
147- }
147+ }
You can’t perform that action at this time.
0 commit comments