Skip to content

Commit

Permalink
Do not tie OpenFeature test to specific SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 24, 2024
1 parent d286106 commit e9344cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class RemoveGetBooleanValueTest implements RewriteTest {
@Override
public void defaults(RecipeSpec spec) {
spec.recipe(new RemoveGetBooleanValue("flag-key-123abc", true))
.parser(JavaParser.fromJavaVersion().classpath("sdk-1.9.0"));
.parser(JavaParser.fromJavaVersion().classpath("sdk"));
}

@Test
Expand Down

0 comments on commit e9344cc

Please sign in to comment.