Skip to content

Commit

Permalink
Fix Java 17 IT
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Apr 17, 2024
1 parent c969dcb commit 5882dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/java-17/class-comments/validate.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def expectMethodArgument2 = Html.dd(Html.code('needle') + " - it stings")
assertStringContains(javadocContent, expectMethodArgument1)
assertStringContains(javadocContent, expectMethodArgument2)

def expectMethodReturn = Html.dt(Html.span("Returns:", "returnLabel")) + "\n" + Html.dd('true if lucky')
def expectMethodReturn = Html.dt("Returns:") + "\n" + Html.dd('true if lucky')

assertStringContains(javadocContent, expectMethodReturn)

Expand Down

0 comments on commit 5882dde

Please sign in to comment.