Skip to content

Commit

Permalink
Update src/test/java/org/openrewrite/java/testing/mockito/Mockito1to5…
Browse files Browse the repository at this point in the history
…MigrationTest.java

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
sullis and github-actions[bot] authored Dec 22, 2024
1 parent 4a26e11 commit 2d0703e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
import org.openrewrite.test.RecipeSpec;
import org.openrewrite.test.RewriteTest;

import java.util.regex.Matcher;
import java.util.regex.Pattern;

import static org.assertj.core.api.Assertions.assertThat;
import static org.openrewrite.gradle.Assertions.buildGradle;
import static org.openrewrite.gradle.toolingapi.Assertions.withToolingApi;
Expand Down

0 comments on commit 2d0703e

Please sign in to comment.