Skip to content

Commit

Permalink
Update rewrite-yaml/src/test/java/org/openrewrite/yaml/CreateYamlFile…
Browse files Browse the repository at this point in the history
…Test.java

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pstreef and github-actions[bot] authored Jul 26, 2024
1 parent d125aa7 commit dad83ec
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ void shouldCreateYamlFromYamlRecipe() {
fileContents: |
content: yes
""", "org.openrewrite.CreateYamlPrecondition"),
yaml("""
yaml(
"""
foo: bar
""", spec -> spec.path("precondition.yml")),
yaml(
Expand Down

0 comments on commit dad83ec

Please sign in to comment.