Skip to content

Commit 4ec6b77

Browse files
Oliver Weilermarc0der
authored andcommitted
Add explanatory comment
1 parent 0feac97 commit 4ec6b77

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
@@ -46,7 +46,7 @@ class EnvCommandSpec extends SdkmanEnvSpecification {
4646

4747
createSymbolicLink(Paths.get("$directory/java/current"), Paths.get("$directory/java/8.0.252.hs"))
4848
},
49-
{}
49+
{} // NOOP
5050
]
5151
expected << ["java=8.0.252.hs\n", "java=11.0.6.hs-adpt\n"]
5252
}

0 commit comments

Comments
 (0)