Skip to content

Commit

Permalink
AddTeamToCodeowners DocumentExample
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill committed Aug 18, 2023
1 parent d0c25dd commit 393c6e8
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.intellij.lang.annotations.Language;
import org.junit.jupiter.api.Test;
import org.openrewrite.DocumentExample;
import org.openrewrite.test.RecipeSpec;
import org.openrewrite.test.RewriteTest;

Expand Down Expand Up @@ -52,6 +53,7 @@ public void defaults(RecipeSpec spec) {
}

@Test
@DocumentExample
void shouldAddFileIfMissing() {
rewriteRun(
pomXml(POM),
Expand Down

0 comments on commit 393c6e8

Please sign in to comment.