chore: fix some tests on Windows

This commit is contained in:
Arnaud Roques 2024-02-16 22:10:07 +01:00
parent 04f718781f
commit ee43dd0b99
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ class CommandHelpThemeTest {
).asString();
assertThat(output)
.startsWith(" \nHelp on themes")
.contains("Help on themes")
.contains("bluegray", "hacker");
}
}

View File

@ -17,7 +17,7 @@ class TestExample {
).asString();
assertThat(output)
.startsWith(" \nHelp on themes")
.contains("Help on themes")
.contains("bluegray", "hacker");
}
}