Skip to content

Commit

Permalink
On JRE 11, users will get alert that they might fix the GrEclipse iss…
Browse files Browse the repository at this point in the history
…ue by bumping to JRE 17 and using the latest.
  • Loading branch information
nedtwigg committed Apr 6, 2023
1 parent 7f245a8 commit 7e852e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class GrEclipseFormatterStepSpecialCaseTest {
*/
@Test
public void issue_1657() {
Assertions.assertThrows(IllegalArgumentException.class, () -> {
Assertions.assertThrows(RuntimeException.class, () -> {
StepHarness.forStep(GrEclipseFormatterStep.createBuilder(TestProvisioner.mavenCentral()).build())
.testResourceUnaffected("groovy/greclipse/format/SomeClass.test");
});
Expand Down

0 comments on commit 7e852e3

Please sign in to comment.