Skip to content

Commit

Permalink
fixup! Map Assert.assertEquals with arrays to Assertions.assertArrayE…
Browse files Browse the repository at this point in the history
…quals
  • Loading branch information
Philzen committed Jun 12, 2024
1 parent 571216f commit 728a38e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import static org.junit.jupiter.params.provider.Arguments.arguments;
import static org.openrewrite.java.Assertions.java;

public class MigrateAssertionsTests implements RewriteTest {
class MigrateAssertionsTests implements RewriteTest {
@Override
public void defaults(RecipeSpec spec) {
spec.parser(JavaParser.fromJavaVersion()
Expand Down

0 comments on commit 728a38e

Please sign in to comment.