Skip to content

Commit 7b4fb61

Browse files
committed
Update expectations after new versions of zulu images
Kick the can down the road on changing how tests do assertions for now
1 parent d361580 commit 7b4fb61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/openrewrite/java/migrate/UpdateSdkManTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void zuluNonCrac() {
160160
java=11.0.26-zulu
161161
""",
162162
"""
163-
java=17.0.15-zulu
163+
java=17.0.16-zulu
164164
""",
165165
spec -> spec.path(".sdkmanrc")
166166
)
@@ -176,7 +176,7 @@ void upgradeIfNewVersionIsStillSameVersionBasisAndSameDistribution() {
176176
java=21.0.6-zulu
177177
""",
178178
"""
179-
java=21.0.7-zulu
179+
java=21.0.8-zulu
180180
""",
181181
spec -> spec.path(".sdkmanrc")
182182
)

0 commit comments

Comments
 (0)