Skip to content

Commit a49f7e7

Browse files
helpermethodmarc0der
authored andcommitted
Shorten description
1 parent 6f366ed commit a49f7e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)