Skip to content

Commit

Permalink
CCMSPUI-466 | remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar461 committed Dec 17, 2024
1 parent d404077 commit f326b40
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ void shouldRenderGovukButton() {

Context context = new Context();
String renderedHtml = templateEngine.process("test-details", context);
System.out.println(renderedHtml);
assertThat(renderedHtml)
.contains(
"<details class=\"govuk-details\"><summary class=\"govuk-details__summary\">" +
Expand Down

0 comments on commit f326b40

Please sign in to comment.