Skip to content

Commit

Permalink
Fix syntax messed up by bot
Browse files Browse the repository at this point in the history
  • Loading branch information
SiBorea committed Nov 22, 2024
1 parent cdec3af commit 3722ad3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
import org.junit.jupiter.api.Test;
import org.openrewrite.DocumentExample;
import static org.openrewrite.java.Assertions.java;

class MigrateSpringdocCommonTest implements RewriteTest {
import org.openrewrite.java.JavaParser;
import org.openrewrite.test.RecipeSpec;
import org.openrewrite.test.RewriteTest;
import org.openrewrite.test.TypeValidation;
Expand All @@ -34,8 +33,8 @@ public void defaults(RecipeSpec spec) {
));
}

@Test
@DocumentExample
void fixCustomiserAndGroupedOpenApi() {
public void fixCustomiserAndGroupedOpenApi() {
// language=java
rewriteRun(
Expand Down

0 comments on commit 3722ad3

Please sign in to comment.