diff --git a/test/net/sourceforge/plantuml/help/CommandHelpThemeTest.java b/test/net/sourceforge/plantuml/help/CommandHelpThemeTest.java index 180522880..caef807b6 100644 --- a/test/net/sourceforge/plantuml/help/CommandHelpThemeTest.java +++ b/test/net/sourceforge/plantuml/help/CommandHelpThemeTest.java @@ -17,7 +17,7 @@ class CommandHelpThemeTest { ).asString(); assertThat(output) - .startsWith(" \nHelp on themes") + .contains("Help on themes") .contains("bluegray", "hacker"); } } \ No newline at end of file diff --git a/test/test/example/TestExample.java b/test/test/example/TestExample.java index 1fc15a8d4..eeedbb088 100644 --- a/test/test/example/TestExample.java +++ b/test/test/example/TestExample.java @@ -17,7 +17,7 @@ class TestExample { ).asString(); assertThat(output) - .startsWith(" \nHelp on themes") + .contains("Help on themes") .contains("bluegray", "hacker"); } } \ No newline at end of file