Skip to content

Commit

Permalink
Add suggested change based on OpenRewrite best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jul 12, 2024
1 parent 048734d commit cb52c15
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.openrewrite.DocumentExample;
import org.openrewrite.java.JavaParser;
import org.openrewrite.test.RecipeSpec;
import org.openrewrite.test.RewriteTest;
Expand All @@ -33,6 +34,7 @@ public void defaults(RecipeSpec spec) {
}

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

0 comments on commit cb52c15

Please sign in to comment.