Skip to content

Commit

Permalink
Apply suggestions from bot
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
SiBorea and github-actions[bot] authored Nov 21, 2024
1 parent b52c2ee commit 93fe048
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
package org.openrewrite.java.springdoc;

import org.junit.jupiter.api.Test;
import org.openrewrite.DocumentExample;
import static org.openrewrite.java.Assertions.java;
import org.openrewrite.java.JavaParser;

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

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

0 comments on commit 93fe048

Please sign in to comment.