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 f7b9f4b commit d125aa7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ void shouldCreateYamlFromYamlRecipeWithPrecondition() {
fileContents: |
content: yes
""", "org.openrewrite.CreateYamlPrecondition"),
yaml("""
yaml(
"""
foo: bar
""", spec -> spec.path("precondition.yml")),
yaml(
Expand Down

0 comments on commit d125aa7

Please sign in to comment.